Re: SEQUENCE keyword is option on GRANT

2025-03-31 Thread David G. Johnston
On Mon, Mar 31, 2025 at 5:21 PM jian he wrote: > On Mon, Mar 31, 2025 at 9:55 PM David G. Johnston > wrote: > > > > > > On Monday, March 31, 2025, PG Doc comments form > wrote: > >> > >> The following documentation comment has been logged on the website: > >> > >> Page: https://www.postgresql.o

Re: SEQUENCE keyword is option on GRANT

2025-03-31 Thread jian he
On Mon, Mar 31, 2025 at 9:55 PM David G. Johnston wrote: > > > On Monday, March 31, 2025, PG Doc comments form > wrote: >> >> The following documentation comment has been logged on the website: >> >> Page: https://www.postgresql.org/docs/17/sql-grant.html >> Description: >> >> The documentation

Re: SEQUENCE keyword is option on GRANT

2025-03-31 Thread David G. Johnston
On Monday, March 31, 2025, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/17/sql-grant.html > Description: > > The documentation indicates that they keyword SEQUENCE must precede the > sequence_name in a

SEQUENCE keyword is option on GRANT

2025-03-31 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/17/sql-grant.html Description: The documentation indicates that they keyword SEQUENCE must precede the sequence_name in a GRANT, but in my experience it is optional: colin@adinkra:~$ psql ps