[YSQL] Remove support for CREATE TABLE ... WITH (table_oid = x) #14470
Labels
area/ysql
Yugabyte SQL (YSQL)
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
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.
The text was updated successfully, but these errors were encountered: