% for wildcard suffix matching of the table name:
_table_suffix column:
publish_via_partition_root on the publication is not supported — the individual partitions must be published.Partitioned tables and wildcard table name matching
% for wildcard suffix matching of the table name:
by_user:
# Use wildcard in a parameter query
parameters: SELECT id AS user_id FROM "users_%"
data:
# Use wildcard in a data query
- SELECT * FROM "todos_%" AS todos WHERE user_id = bucket.user_id
_table_suffix column:
SELECT * FROM "todos_%" AS todos WHERE _table_suffix != 'archived'
publish_via_partition_root on the publication is not supported — the individual partitions must be published.