Skip to content
Snippets Groups Projects
Commit eb06416b authored by Magnus Hagander's avatar Magnus Hagander
Browse files

Remove incorrect instructions to run CREATE FOREIGN DATA WRAPPER

The CREATE EXTENSION step does this automatically. Doing it again will
cause an error.
parent f2ae9f9c
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment