mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 16:21:20 +03:00
doc: Put some psql documentation pieces back into alphabetical order
This commit is contained in:
parent
c0cf282551
commit
2448c7a9e0
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user