diff options
author | Michael Paquier | 2022-03-15 02:29:23 +0000 |
---|---|---|
committer | Michael Paquier | 2022-03-15 02:29:35 +0000 |
commit | 6bdf1a1400d3fb8c87e020be943942dcab7e75e2 (patch) | |
tree | 36a89f562b86d31636c092256af2c7cb3ad2d106 /doc/src/sgml/postgres-fdw.sgml | |
parent | ff8b37ba801073b4506f670317141785bab9f4d8 (diff) |
Fix collection of typos in the code and the documentation
Some words were duplicated while other places were grammatically
incorrect, including one variable name in the code.
Author: Otto Kekalainen, Justin Pryzby
Discussion: https://postgr.es/m/7DDBEFC5-09B6-4325-B942-B563D1A24BDC@amazon.com
Diffstat (limited to 'doc/src/sgml/postgres-fdw.sgml')
-rw-r--r-- | doc/src/sgml/postgres-fdw.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml index 8ebf0dc3a05..d8dc7155874 100644 --- a/doc/src/sgml/postgres-fdw.sgml +++ b/doc/src/sgml/postgres-fdw.sgml @@ -1003,7 +1003,7 @@ postgres=# SELECT postgres_fdw_disconnect_all(); it's passed to and used as <varname>application_name</varname> in a foreign server, note that it will be truncated to less than <symbol>NAMEDATALEN</symbol> characters and anything other than - than printable ASCII characters will be replaced with question + printable ASCII characters will be replaced with question marks (<literal>?</literal>). See <xref linkend="guc-application-name"/> for details. </para> |