1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-29 10:41:53 +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:40 -05:00
parent 65fc0ab559
commit a33c0045a8

View File

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