psql doccumentation issue
There is some minor issue in psql documentations for \setenv
Attached patch is fixing the same.
Actual option
\setenv NAME [VALUE] set or unset environment variable
In document
\setenv [ name [ value ] ] --> name is not optional so it should be like below
\setenv name [ value ]
Regards,
Dilip
Attachments:
psql_doc.patchapplication/octet-stream; name=psql_doc.patchDownload+2-2
Dilip kumar <dilip.kumar@huawei.com> writes:
There is some minor issue in psql documentations for \setenv
Attached patch is fixing the same.
Actual option
\setenv NAME [VALUE] set or unset environment variable
In document
\setenv [ name [ value ] ] --> name is not optional so it should be like below
\setenv name [ value ]
Good catch, pushed.
regards, tom lane
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers