diff options
Diffstat (limited to 'doc/src/sgml/postgres-fdw.sgml')
-rw-r--r-- | doc/src/sgml/postgres-fdw.sgml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml index 7bb6e525a46..dc57fe4b0d1 100644 --- a/doc/src/sgml/postgres-fdw.sgml +++ b/doc/src/sgml/postgres-fdw.sgml @@ -985,6 +985,20 @@ postgres=# SELECT postgres_fdw_disconnect_all(); <entry>Application name on local server</entry> </row> <row> + <entry><literal>%c</literal></entry> + <entry> + Session ID on local server + (see <xref linkend="guc-log-line-prefix"/> for details) + </entry> + </row> + <row> + <entry><literal>%C</literal></entry> + <entry> + Cluster name in local server + (see <xref linkend="guc-cluster-name"/> for details) + </entry> + </row> + <row> <entry><literal>%u</literal></entry> <entry>User name on local server</entry> </row> |