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

[YSQL] Remove support for CREATE TABLE ... WITH (table_oid = x) #14470

Open
frozenspider opened this issue Oct 13, 2022 · 0 comments
Open

[YSQL] Remove support for CREATE TABLE ... WITH (table_oid = x) #14470

frozenspider opened this issue Oct 13, 2022 · 0 comments
Assignees
Labels
area/ysql Yugabyte SQL (YSQL) kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue

Comments

@frozenspider
Copy link
Contributor

frozenspider commented Oct 13, 2022

Jira Link: DB-3869

Description

During #5982 we implemented CREATE TABLE ... WITH (table_oid = x) as a support for colocation.
Since then we've switched to using colocation ID (#7378) so this is no longer necessary. However, yb_enable_create_with_table_oid is still supported and opens up highly questionable possibility to create tables in system namespace.
All of this should be removed.

@frozenspider frozenspider added kind/enhancement This is an enhancement of an existing feature area/ysql Yugabyte SQL (YSQL) status/awaiting-triage Issue awaiting triage labels Oct 13, 2022
@yugabyte-ci yugabyte-ci added the priority/medium Medium priority issue label Oct 13, 2022
@yugabyte-ci yugabyte-ci removed the status/awaiting-triage Issue awaiting triage label Jan 15, 2023
@yugabyte-ci yugabyte-ci assigned tverona1 and unassigned frozenspider Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ysql Yugabyte SQL (YSQL) kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue
Projects
None yet
Development

No branches or pull requests

3 participants