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

feat: support ALTER [TABLE | [MATERIALIZED] VIEW | SOURCE | SINK | CONNECTION | FUNCTION] <name> SET SCHEMA <schema_name> syntax #13159

Closed
TennyZhuang opened this issue Oct 30, 2023 · 0 comments · Fixed by #13341
Assignees
Milestone

Comments

@TennyZhuang
Copy link
Contributor

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

https://www.postgresql.org/docs/current/sql-altertable.html

@github-actions github-actions bot added this to the release-1.4 milestone Oct 30, 2023
@yezizp2012 yezizp2012 modified the milestones: release-1.4, release-1.5 Nov 8, 2023
@Rossil2012 Rossil2012 changed the title feat: ALTER TABLE SET SCHEMA feat: support ALTER [TABLE | [MATERIAL] VIEW | SOURCE | SINK | FUNCTION] <name> SET SCHEMA <schema_name> syntax Nov 9, 2023
@Rossil2012 Rossil2012 changed the title feat: support ALTER [TABLE | [MATERIAL] VIEW | SOURCE | SINK | FUNCTION] <name> SET SCHEMA <schema_name> syntax feat: support ALTER [TABLE | [MATERIALIZED] VIEW | SOURCE | SINK | FUNCTION] <name> SET SCHEMA <schema_name> syntax Nov 13, 2023
@Rossil2012 Rossil2012 changed the title feat: support ALTER [TABLE | [MATERIALIZED] VIEW | SOURCE | SINK | FUNCTION] <name> SET SCHEMA <schema_name> syntax feat: support ALTER [TABLE | [MATERIALIZED] VIEW | SOURCE | SINK | CONNECTION | FUNCTION] <name> SET SCHEMA <schema_name> syntax Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment