Remove incorrect instructions to run CREATE FOREIGN DATA WRAPPER

The CREATE EXTENSION step does this automatically. Doing it again will
cause an error.
This commit is contained in:
Magnus Hagander 2011-12-04 16:57:36 +01:00
parent f2ae9f9c30
commit eb06416ba4

View file

@ -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: