| From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | mali_86(at)outlook(dot)com |
| Subject: | psql's commit df9f599b is not documented |
| Date: | 2021-08-02 21:41:06 |
| Message-ID: | 162794046650.25749.16629649309696437240@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/11/app-psql.html
Description:
Hi
quit and exit commands have been added to psql starting from psql 11 through
this commit df9f599b
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=df9f599bc6f14307252ac75ea1dc997310da5ba6
but it is not documented in psql documentation
https://www.postgresql.org/docs/11/app-psql.html .
it has been documented in the release note only
https://www.postgresql.org/docs/11/release-11.html#id-1.11.6.9.5.10.2 ,
please check below two lines .
Allow quit and exit to exit psql when given with no prior input (Bruce
Momjian)
Also print hints about how to exit when quit and exit are used alone on a
line while the input buffer is not empty. Add a similar hint for help.
Thanks,
Mohamed Ali .
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David G. Johnston | 2021-08-02 22:31:15 | Re: psql's commit df9f599b is not documented |
| Previous Message | David G. Johnston | 2021-08-02 15:26:39 | Re: Common case not at all clear |