sql-lint
sql-lint copied to clipboard
feat(postgres): support ALTER DEFAULT PRIVILEGES
trafficstars
Currently, postgres-invalid-alter-option will fail for the valid statement ALTER DEFAULT PRIVILEGES ....
https://www.postgresql.org/docs/16/sql-alterdefaultprivileges.html
Relates-to: PR #258
Without the related PR, this change wouldn't be really effective similar to the change adding support for ALTER SEQUENCE as explained there.