1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-05 07:41:25 +03:00

doc: improve wording of "foreign data server" in file-fdw docs

Backpatch to 9.2

Shigeru HANADA
This commit is contained in:
Bruce Momjian
2013-01-25 10:13:41 -05:00
parent ba1cc6501e
commit 7441b49d19

View File

@@ -174,7 +174,7 @@ CREATE EXTENSION file_fdw;
</programlisting> </programlisting>
<para> <para>
Then create a foreign data server: Then create a foreign server:
<programlisting> <programlisting>
CREATE SERVER pglog FOREIGN DATA WRAPPER file_fdw; CREATE SERVER pglog FOREIGN DATA WRAPPER file_fdw;