We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef99103 commit bf1bf6cCopy full SHA for bf1bf6c
crates/parser/tests/data/statements/valid/0050.sql
@@ -1,4 +1,4 @@
1
--- CREATE PUBLICATION mypublication FOR TABLE users, departments;
+CREATE PUBLICATION mypublication FOR TABLE users, departments;
2
-- CREATE PUBLICATION active_departments FOR TABLE departments WHERE (active IS TRUE);
3
CREATE PUBLICATION alltables FOR ALL TABLES;
4
-- CREATE PUBLICATION insert_only FOR TABLE mydata WITH (publish = 'insert');
0 commit comments