Skip to content

Commit 4716224

Browse files
committed
add issue #219 fixture
1 parent a147a67 commit 4716224

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

__fixtures__/kitchen-sink/misc/issues.sql

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,7 @@ SELECT (1 IS NOT NULL) IS DISTINCT FROM (2 IS NOT NULL);
7171

7272
-- https://github.com/launchql/pgsql-parser/issues/101
7373
select "A" from "table_name";
74-
select "AA" from "table_name";
74+
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

Comments
 (0)