Re: SEQUENCE NAME syntax not documented for ALTER TABLE

2025-03-24 Thread Rene Saarsoo
not. I personally would really prefer if this information was part of the main syntax diagram, not somewhere deep inside the text. But I might be an odd user of the documentation as I'm trying to write a parser for PostgreSQL. Regards, Rene Saarsoo

SEQUENCE NAME syntax not documented for ALTER TABLE

2025-03-23 Thread Rene Saarsoo
REATE TABLE [2] documentation, which does specifically state [3]: > The available options include those shown for CREATE SEQUENCE <https://www.postgresql.org/docs/16/sql-createsequence.html>, > plus SEQUENCE NAME *name*, LOGGED, and UNLOGGED With best, Rene Saarsoo [1]: https://www.po