mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 00:01:20 -04: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:
parent
f2ae9f9c30
commit
eb06416ba4
@ -173,14 +173,6 @@
|
|||||||
CREATE EXTENSION file_fdw;
|
CREATE EXTENSION file_fdw;
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
|
||||||
<para>
|
|
||||||
Next, create the foreign data wrapper:
|
|
||||||
|
|
||||||
<programlisting>
|
|
||||||
CREATE FOREIGN DATA WRAPPER file_fdw HANDLER file_fdw_handler;
|
|
||||||
</programlisting>
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Then create a foreign data server:
|
Then create a foreign data server:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user