Remove incorrect instructions to run CREATE FOREIGN DATA WRAPPER

The CREATE EXTENSION step does this automatically. Doing it again will
cause an error.
pull/1/head
Magnus Hagander 14 years ago
parent f2ae9f9c30
commit eb06416ba4
  1. 8
      doc/src/sgml/file-fdw.sgml

@ -173,14 +173,6 @@
CREATE EXTENSION file_fdw;
</programlisting>
<para>
Next, create the foreign data wrapper:
<programlisting>
CREATE FOREIGN DATA WRAPPER file_fdw HANDLER file_fdw_handler;
</programlisting>
</para>
<para>
Then create a foreign data server:

Loading…
Cancel
Save