From 73b82be89a439beabf0d304a0c69fdd84dba84c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Mar=C3=ADn?= Date: Mon, 23 Nov 2020 16:52:29 +0100 Subject: [PATCH] _cdb_has_usable_geom_record: Check only the extension schema --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index a38c2e8..2a1202a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,7 @@ * Add `CDB_RegenerateTable` function to regenerate a table. * Add `CDB_GetTableQueries` to get the queries of a table (constraints, indices, triggers...). * Deprecate creation of new overview tables. +* _cdb_has_usable_geom_record: Check only the extension schema. 0.36.0 (2020-02-13) * Make `_CDB_Group_API_Auth` python3 compatible by passing bytes representation instead of a string.