diff options
Diffstat (limited to 'doc/src/sgml/ref')
| -rw-r--r-- | doc/src/sgml/ref/explain.sgml | 3 | ||||
| -rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 11 | 
2 files changed, 13 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/explain.sgml b/doc/src/sgml/ref/explain.sgml index 6dda680aa0d..7dee77fd366 100644 --- a/doc/src/sgml/ref/explain.sgml +++ b/doc/src/sgml/ref/explain.sgml @@ -241,7 +241,8 @@ ROLLBACK;       <para>        Include information on WAL record generation. Specifically, include the        number of records, number of full page images (fpi), the amount of WAL -      generated in bytes and the number of times the WAL buffers became full. +      generated in bytes, the amount of full page images generated in bytes, +      and the number of times the WAL buffers became full.        In text format, only non-zero values are printed.        This parameter may only be used when <literal>ANALYZE</literal> is also        enabled.  It defaults to <literal>FALSE</literal>. diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 1a339600bc4..84683f62b1c 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -4974,6 +4974,17 @@ testdb=> <userinput>INSERT INTO my_table VALUES (:'content');</userinput>          </listitem>        </varlistentry> +      <varlistentry id="app-psql-prompting-S"> +       <term><literal>%S</literal></term> +       <listitem> +        <para> +         The current value of <xref linkend="guc-search-path"/>, or +         <literal>?</literal> if connected to a server running +         <productname>PostgreSQL</productname> 17 or older. +        </para> +       </listitem> +      </varlistentry> +        <varlistentry id="app-psql-prompting-s">          <term><literal>%s</literal></term>          <listitem><para>The name of the service.</para></listitem>  | 
