diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2025-05-04 20:38:42 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2025-05-07 08:23:44 +0200 |
commit | 2448c7a9e00536bac8704bff402bc02c2b2f23de (patch) | |
tree | afc1d8ebec69cde9c5900da93fe5f182291a1869 | |
parent | c0cf28255178f1d6e20a26c8df0a4cfdd0ab3b24 (diff) | |
download | postgresql-2448c7a9e00536bac8704bff402bc02c2b2f23de.tar.gz postgresql-2448c7a9e00536bac8704bff402bc02c2b2f23de.zip |
doc: Put some psql documentation pieces back into alphabetical order
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index f7c8bc16a7f..8f7d8758ca0 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1067,16 +1067,6 @@ INSERT INTO tbls1 VALUES ($1, $2) \parse stmt1 </listitem> </varlistentry> - <varlistentry id="app-psql-meta-command-conninfo"> - <term><literal>\conninfo</literal></term> - <listitem> - <para> - Outputs information about the current database connection, - including TLS-related information if TLS is in use. - </para> - </listitem> - </varlistentry> - <varlistentry id="app-psql-meta-command-close"> <term><literal>\close</literal> <replaceable class="parameter">prepared_statement_name</replaceable></term> @@ -1106,6 +1096,16 @@ SELECT $1 \parse stmt1 </listitem> </varlistentry> + <varlistentry id="app-psql-meta-command-conninfo"> + <term><literal>\conninfo</literal></term> + <listitem> + <para> + Outputs information about the current database connection, + including TLS-related information if TLS is in use. + </para> + </listitem> + </varlistentry> + <varlistentry id="app-psql-meta-commands-copy"> <term><literal>\copy { <replaceable class="parameter">table</replaceable> [ ( <replaceable class="parameter">column_list</replaceable> ) ] } <literal>from</literal> |