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 24c0a6c commit e69f5e0Copy full SHA for e69f5e0
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