Skip to content

Commit 611037d

Browse files
committed
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
1 parent b77b40d commit 611037d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/psql-ref.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2310,7 +2310,7 @@ lo_import 152801
23102310

23112311

23122312
<varlistentry>
2313-
<term><literal>\setenv [ <replaceable class="parameter">name</replaceable> [ <replaceable class="parameter">value</replaceable> ] ]</literal></term>
2313+
<term><literal>\setenv <replaceable class="parameter">name</replaceable> [ <replaceable class="parameter">value</replaceable> ]</literal></term>
23142314

23152315
<listitem>
23162316
<para>

0 commit comments

Comments
 (0)