ydb-platform / ydb

YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions
https://ydb.tech
Apache License 2.0
3.7k stars 503 forks source link

VIEW: support ALTER VIEW statement #5898

Open jepett0 opened 3 weeks ago

jepett0 commented 3 weeks ago

Initially, there was nothing in a view to alter (the query is changeable only via CREATE OR REPLACE VIEW statement in PostgreSQL). However, we have already added security_invoker option, which should be alterable. As the time goes, there would be more and more alterable settings of a view and we need to support this feature.

jepett0 commented 3 weeks ago

Connected with: https://github.com/ydb-platform/ydb/issues/5565