diff --git a/.vendor/linter b/.vendor/linter index b8632c2..e4fab69 160000 --- a/.vendor/linter +++ b/.vendor/linter @@ -1 +1 @@ -Subproject commit b8632c2a3d93de664a45f4622235871e8f19cf78 +Subproject commit e4fab69e7f6256682f5b6b80e7a8f2423a0c39a9 diff --git a/sql/cat_tools.sql.in b/sql/cat_tools.sql.in index 339ff00..7eaa88a 100644 --- a/sql/cat_tools.sql.in +++ b/sql/cat_tools.sql.in @@ -775,8 +775,10 @@ CREATE TYPE cat_tools.object_type AS ENUM( , 'materialized view column' , 'composite type column' , 'foreign table column' - -- pg_constraint - -- NOTE: a domain itself is considered to be a type + /* + * pg_constraint + * NOTE: a domain itself is considered to be a type + */ , 'domain constraint', 'table constraint' -- pg_proc , 'aggregate', 'function' @@ -1281,8 +1283,10 @@ $$ @generated@ --- Borrowed from newsysviews: http://pgfoundry.org/projects/newsysviews/ --- sql-lint:disable-block all: copied verbatim from newsysviews, do not reformat +/* + * Borrowed from newsysviews: http://pgfoundry.org/projects/newsysviews/ + * sql-lint:disable-block all: copied verbatim from newsysviews, do not reformat + */ CREATE OR REPLACE VIEW cat_tools.pg_all_foreign_keys AS SELECT n1.nspname AS fk_schema_name,