Files
dolthub--doltgresql/testing/generation/command_docs/synopses/create_publication.txt
T
2026-07-13 12:32:25 +08:00

10 lines
382 B
Plaintext

CREATE PUBLICATION $name$
[ FOR ALL TABLES
| FOR $publication_object$ [ , ... ] ]
[ WITH ( { $publication_parameter$ [ = $value$ ] } [ , ... ] ) ]
where $publication_object$ is:
{ TABLE { ONLY $table_name$ | $table_name$ [ * ] } [ ( $column_name$ [ , ... ] ) ] [ WHERE ( $expression$ ) ] } [ , ... ] |
TABLES IN SCHEMA { $schema_name$ | CURRENT_SCHEMA } [ , ... ]