Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pg] Support create sequence at YQL #1842

Closed
Tracked by #3721
rekby opened this issue Feb 12, 2024 · 0 comments · Fixed by #3465 or #3662
Closed
Tracked by #3721

[pg] Support create sequence at YQL #1842

rekby opened this issue Feb 12, 2024 · 0 comments · Fixed by #3465 or #3662
Assignees
Labels
area/pg area/yql YQL query language issues

Comments

@rekby
Copy link
Member

rekby commented Feb 12, 2024

CREATE SEQUENCE public.t_id_seq
    AS integer
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;

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

Restoration from pg_dump needs support of the query.

@rekby rekby added area/yql YQL query language issues area/pg labels Feb 12, 2024
@rekby rekby mentioned this issue Feb 12, 2024
@shnikd shnikd assigned shnikd and unassigned vitstn Mar 28, 2024
@shnikd shnikd linked a pull request Apr 4, 2024 that will close this issue
@shnikd shnikd reopened this Apr 5, 2024
@shnikd shnikd linked a pull request Apr 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/pg area/yql YQL query language issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants