Project

General

Profile

« Previous | Next » 

Revision 13524

fix: schemas/util.sql: recreate(): usage: use `schema` instead of `schemas`

View differences:

util.sql
3084 3084

  
3085 3085
usage:
3086 3086
SELECT util.recreate($$
3087
CREATE VIEW schemas.main_view AS _;
3087
CREATE VIEW schema.main_view AS _;
3088 3088

  
3089 3089
-- manually restore views that need to be updated for the changes
3090
CREATE VIEW schemas.dependent_view AS _;
3090
CREATE VIEW schema.dependent_view AS _;
3091 3091
$$);
3092 3092

  
3093 3093
idempotent

Also available in: Unified diff