8000
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 8e3f3ab commit 91797faCopy full SHA for 91797fa
src/test/modules/test_ddl_deparse/expected/matviews.out
@@ -2,7 +2,7 @@
2
-- Materialized views
3
--
4
CREATE MATERIALIZED VIEW pg_class_mv AS
5
- SELECT * FROM pg_class LIMIT 1 WITH NO DATA;
+ SELECT * FROM datatype_table LIMIT 1 WITH NO DATA;
6
NOTICE: DDL test: type simple, tag CREATE MATERIALIZED VIEW
7
REFRESH MATERIALIZED VIEW pg_class_mv;
8
NOTICE: DDL test: type simple, tag REFRESH MATERIALIZED VIEW
src/test/modules/test_ddl_deparse/sql/matviews.sql
@@ -3,6 +3,6 @@
0 commit comments