mirror of
https://github.com/postgres/postgres.git
synced 2025-06-20 15:22:23 +03:00
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:
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user