https://www.postgresql.org/docs/current/sql-comment.html specifies many different things that can receive database comments, but sqlparser currently only supports column, table, extension, schema, database, user and role. It would be great to add for example constraints, views and functions to the list too.
https://www.postgresql.org/docs/current/sql-comment.html specifies many different things that can receive database comments, but
sqlparsercurrently only supports column, table, extension, schema, database, user and role. It would be great to add for example constraints, views and functions to the list too.