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:
@ -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;
|
||||
|
Reference in New Issue
Block a user