File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -1067,16 +1067,6 @@ INSERT INTO tbls1 VALUES ($1, $2) \parse stmt1
10671067 </listitem>
10681068 </varlistentry>
10691069
1070- <varlistentry id="app-psql-meta-command-conninfo">
1071- <term><literal>\conninfo</literal></term>
1072- <listitem>
1073- <para>
1074- Outputs information about the current database connection,
1075- including TLS-related information if TLS is in use.
1076- </para>
1077- </listitem>
1078- </varlistentry>
1079-
10801070 <varlistentry id="app-psql-meta-command-close">
10811071 <term><literal>\close</literal> <replaceable class="parameter">prepared_statement_name</replaceable></term>
10821072
@@ -1106,6 +1096,16 @@ SELECT $1 \parse stmt1
11061096 </listitem>
11071097 </varlistentry>
11081098
1099+ <varlistentry id="app-psql-meta-command-conninfo">
1100+ <term><literal>\conninfo</literal></term>
1101+ <listitem>
1102+ <para>
1103+ Outputs information about the current database connection,
1104+ including TLS-related information if TLS is in use.
1105+ </para>
1106+ </listitem>
1107+ </varlistentry>
1108+
11091109 <varlistentry id="app-psql-meta-commands-copy">
11101110 <term><literal>\copy { <replaceable class="parameter">table</replaceable> [ ( <replaceable class="parameter">column_list</replaceable> ) ] }
11111111 <literal>from</literal>
You can’t perform that action at this time.
0 commit comments