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 4f731e0 commit 72fe68cCopy full SHA for 72fe68c
martin/src/config/file/tiles/postgres/resolver/scripts/query_available_tables.sql
@@ -52,7 +52,7 @@ annotated_geometry_columns AS (
52
geometry_columns.srid,
53
geometry_columns.type,
54
-- 'geometry' AS column_type
55
- cls.relkind AS relkind,
+ cls.relkind,
56
bool_or(sic.column_name IS NOT null) AS geom_idx
57
FROM geometry_columns
58
INNER JOIN pg_catalog.pg_namespace AS ns
@@ -79,7 +79,7 @@ annotated_geography_columns AS (
79
geography_columns.srid,
80
geography_columns.type,
81
-- 'geography' AS column_type
82
83
84
FROM geography_columns
85
0 commit comments