citus/src
aykut-bozkurt 213d363bc3
Add citus_schema_distribute/undistribute udfs to convert a schema into a tenant schema / back to a regular schema (#6933)
* Currently we do not allow any Citus tables other than Citus local
tables inside a regular schema before executing
`citus_schema_distribute`.
* `citus_schema_undistribute` expects only single shard distributed
tables inside a tenant schema.

DESCRIPTION: Adds the udf `citus_schema_distribute` to convert a regular
schema into a tenant schema.
DESCRIPTION: Adds the udf `citus_schema_undistribute` to convert a
tenant schema back to a regular schema.

---------

Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>
2023-06-12 18:41:31 +03:00
..
backend Add citus_schema_distribute/undistribute udfs to convert a schema into a tenant schema / back to a regular schema (#6933) 2023-06-12 18:41:31 +03:00
bin/pg_send_cancellation Add jobs to test builds on different distros (#6499) 2022-12-01 19:11:41 +03:00
include Add citus_schema_distribute/undistribute udfs to convert a schema into a tenant schema / back to a regular schema (#6933) 2023-06-12 18:41:31 +03:00
test Add citus_schema_distribute/undistribute udfs to convert a schema into a tenant schema / back to a regular schema (#6933) 2023-06-12 18:41:31 +03:00