sql: ALTER VIEW/SEQUENCE .. OWNER TO is not implemented #57965
Labels
A-sql-pgcompat
Semantic compatibility with PostgreSQL
A-sql-privileges
SQL privilege handling and permission checks.
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
S-3-ux-surprise
Issue leaves users wondering whether CRDB is behaving properly. Likely to hurt reputation/adoption.
This is implemented in postgres.
Also, postgres allows using
ALTER TABLE ... OWNER TO
to change the ownership of a view or sequence -- it's not restricted to tables. In CockroachDB, this currently produces an error.The text was updated successfully, but these errors were encountered: