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
4k stars 565 forks source link

[pg] Support ALTER SEQUENCE public.t_id_seq OWNED BY public.t.id; #1845

Closed rekby closed 4 months ago

rekby commented 9 months ago
ALTER SEQUENCE public.t_id_seq OWNED BY public.t.id;

https://www.postgresql.org/docs/14/sql-altersequence.html

rekby commented 4 months ago

Double of https://github.com/ydb-platform/ydb/issues/1846