cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.11k stars 3.81k forks source link

sql: support storage parameter user_catalog_table #109952

Open giangpham712 opened 1 year ago

giangpham712 commented 1 year ago

Is your feature request related to a problem? Please describe. Support storage parameter user_catalog_table

user_catalog_table (boolean) Declare the table as an additional catalog table for purposes of logical replication. See Section 49.6.2 for details. This parameter cannot be set for TOAST tables.

Additional context This affects efcore.pg tests

Jira issue: CRDB-31178

blathers-crl[bot] commented 1 year ago

Hello, I am Blathers. I am here to help you get the issue triaged.

I was unable to automatically find someone to ping.

If we have not gotten back to your issue within a few business days, you can try the following:

:owl: Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

rafiss commented 1 year ago

We will not implement this in the near-term, since logical replication is a larger feature that will require other changes too.