mirror of https://github.com/citusdata/citus.git
DESCRIPTION: Add UDF's to maintain cstore table options This PR adds two UDF's and a view to interact and maintain the cstore table options. - ``alter_cstore_table_set(relid REGCLASS, [ options ... ])`` - ``alter_cstore_table_reset(relid REGCLASS, [ options ... ])`` - ``cstore.cstore_options`` The `set` function takes options and their specific types. When specified it will change the option associated with the table to the provided value. When omitted no action is taken. The `reset` function takes options as booleans. When set to `true` the value of the option associated with the table will be reset to the current default as specified by the associated GUC's. The options view containes a record for every cstore table with its associated settings as columns. |
||
---|---|---|
.. | ||
am_alter.out | ||
am_analyze.out | ||
am_clean.out | ||
am_create.out | ||
am_drop.out | ||
am_functions.out | ||
am_insert.out | ||
am_join.out | ||
am_query.out | ||
am_rollback.out | ||
am_tableoptions.out | ||
am_trigger.out | ||
am_truncate.out | ||
am_truncate_0.out | ||
am_vacuum.out | ||
am_vacuum_vs_insert.out | ||
am_write_concurrency.out | ||
create.out | ||
extension_create.out | ||
fdw_alter.out | ||
fdw_analyze.out | ||
fdw_clean.out | ||
fdw_drop.out | ||
fdw_functions.out | ||
fdw_insert.out | ||
fdw_query.out | ||
fdw_rollback.out | ||
fdw_truncate.out | ||
fdw_truncate_0.out |