mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Doc: fix syntax description for psql's \setenv.
The variable name isn't optional --- looks like a copy-and-paste-o from the \set command, where it is. Dilip Kumar
This commit is contained in:
@ -2448,7 +2448,7 @@ lo_import 152801
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term><literal>\setenv [ <replaceable class="parameter">name</replaceable> [ <replaceable class="parameter">value</replaceable> ] ]</literal></term>
|
||||
<term><literal>\setenv <replaceable class="parameter">name</replaceable> [ <replaceable class="parameter">value</replaceable> ]</literal></term>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
|
Reference in New Issue
Block a user