doc: Put some psql documentation pieces back into alphabetical order
authorPeter Eisentraut <[email protected]>
Sun, 4 May 2025 18:38:42 +0000 (20:38 +0200)
committerPeter Eisentraut <[email protected]>
Wed, 7 May 2025 06:23:44 +0000 (08:23 +0200)
doc/src/sgml/ref/psql-ref.sgml

index f7c8bc16a7fcf685d84639b44813cf47601a5590..8f7d8758ca02f2fb4eebf02e0d1d371828666814 100644 (file)
@@ -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>