SELECT ... FOR UPDATE OF

2020-12-17 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/sql-select.html Description: The FOR UPDATE clause of the SELECT statement can be followed by an OF clause, but this is never explained at all in the documentation, as far as I can tell. W

Re: The sub-categories do not have anchors on this page

2020-12-17 Thread Bruce Momjian
On Thu, Dec 10, 2020 at 05:59:15PM -0300, Álvaro Herrera wrote: > On 2020-Dec-10, Steven Pousty wrote: > > > They certainly do at the top of the page, that's why I sent the second > > email. I was hoping to have anchors down the page where that actual topic > > is. The rational for this is, when I

Re: SELECT ... FOR UPDATE OF

2020-12-17 Thread David G. Johnston
On Thu, Dec 17, 2020 at 5:29 AM PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/13/sql-select.html > Description: > > The FOR UPDATE clause of the SELECT statement can be followed by an OF > clause, but th

Re: The sub-categories do not have anchors on this page

2020-12-17 Thread David G. Johnston
On Thu, Dec 17, 2020 at 8:01 AM Bruce Momjian wrote: > On Thu, Dec 10, 2020 at 05:59:15PM -0300, Álvaro Herrera wrote: > > On 2020-Dec-10, Steven Pousty wrote: > > > > > They certainly do at the top of the page, that's why I sent the second > > > email. I was hoping to have anchors down the page

Re: The sub-categories do not have anchors on this page

2020-12-17 Thread Jonathan S. Katz
On 12/17/20 10:11 AM, David G. Johnston wrote: > On Thu, Dec 17, 2020 at 8:01 AM Bruce Momjian > wrote: > > On Thu, Dec 10, 2020 at 05:59:15PM -0300, Álvaro Herrera wrote: > > On 2020-Dec-10, Steven Pousty wrote: > > > > > They certainly do at the top of t

Re: where can I get the table definition and data in the documention?

2020-12-17 Thread Bruce Momjian
On Tue, Dec 15, 2020 at 06:08:55PM +0800, liming185...@126.com wrote: > Hi, > > According to the documention , I get some > tables definition and data manipulation statements from the direction > ../src/ > tutorial(according to 2.1.introduction ),but I can not find the table > definition used