chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
CREATE MATERIALIZED VIEW [ IF NOT EXISTS ] $table_name$
|
||||
[ ($column_name$ [ , ... ] ) ]
|
||||
[ USING $method$ ]
|
||||
[ WITH ( { $storage_parameter$ [ = $value$ ] } [ , ... ] ) ]
|
||||
[ TABLESPACE $tablespace_name$ ]
|
||||
AS $query$
|
||||
[ WITH [ NO ] DATA ]
|
||||
Reference in New Issue
Block a user