mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
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
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user