| From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | zacharymschultz(at)gmail(dot)com |
| Subject: | Minor typo in 13.3.5. Advisory Locks |
| Date: | 2023-03-28 14:37:15 |
| Message-ID: | 168001423502.628.12487124747594890228@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/15/explicit-locking.html
Description:
After the code snippet in the 6th paragraph of 13.3.5. Advisory Locks
(https://www.postgresql.org/docs/current/explicit-locking.html#ADVISORY-LOCKS)
I believe there is a mistake in this sentence (I've surrounded it with
asterisks):
"In the above queries, the second *form* is dangerous because the
LIMIT...".
I believe that "form" in the above sentence is actually meant to be "from",
referencing the second line of code and its FROM clause in the snippet.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | PG Doc comments form | 2023-03-28 20:26:19 | Confusion between psql options and pg_service file config |
| Previous Message | Peter Eisentraut | 2023-03-28 14:28:24 | Re: Certificate authentication docs in multiple places |