feat(index): implement GIN index support for quoted text columns and enhance index column resolution
This commit is contained in:
@@ -6,7 +6,7 @@ BEGIN
|
||||
SELECT tc.constraint_name,
|
||||
COALESCE(
|
||||
ARRAY(
|
||||
SELECT a.attname
|
||||
SELECT a.attname::text
|
||||
FROM pg_constraint c
|
||||
JOIN pg_class t ON t.oid = c.conrelid
|
||||
JOIN pg_namespace n ON n.oid = t.relnamespace
|
||||
|
||||
Reference in New Issue
Block a user