mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08: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…
Reference in New Issue
Block a user