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 a147a67 commit 4716224Copy full SHA for 4716224
__fixtures__/kitchen-sink/misc/issues.sql
@@ -71,4 +71,7 @@ SELECT (1 IS NOT NULL) IS DISTINCT FROM (2 IS NOT NULL);
71
72
-- https://github.com/launchql/pgsql-parser/issues/101
73
select "A" from "table_name";
74
-select "AA" from "table_name";
+select "AA" from "table_name";
75
+
76
+-- https://github.com/launchql/pgsql-parser/issues/219
77
+ALTER PUBLICATION "my_publication" OWNER TO "postgres";
0 commit comments