File tree 1 file changed +10
-10
lines changed
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
1067
1067
</listitem>
1068
1068
</varlistentry>
1069
1069
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
-
1080
1070
<varlistentry id="app-psql-meta-command-close">
1081
1071
<term><literal>\close</literal> <replaceable class="parameter">prepared_statement_name</replaceable></term>
1082
1072
@@ -1106,6 +1096,16 @@ SELECT $1 \parse stmt1
1106
1096
</listitem>
1107
1097
</varlistentry>
1108
1098
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
+
1109
1109
<varlistentry id="app-psql-meta-commands-copy">
1110
1110
<term><literal>\copy { <replaceable class="parameter">table</replaceable> [ ( <replaceable class="parameter">column_list</replaceable> ) ] }
1111
1111
<literal>from</literal>
You can’t perform that action at this time.
0 commit comments