sql-lint icon indicating copy to clipboard operation
sql-lint copied to clipboard

feat(postgres): support ALTER DEFAULT PRIVILEGES

Open pjungermann opened this issue 1 year ago • 1 comments
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

pjungermann avatar Nov 25 '23 00:11 pjungermann

Without the related PR, this change wouldn't be really effective similar to the change adding support for ALTER SEQUENCE as explained there.

pjungermann avatar Nov 25 '23 00:11 pjungermann