fix: Make views pk and fk schema query compatible with postgres v15
This commit is contained in:
@@ -656,7 +656,7 @@ allViewsKeyDependencies =
|
||||
pks_fks as (
|
||||
-- pk + fk referencing col
|
||||
select
|
||||
contype,
|
||||
contype::text as contype,
|
||||
conname,
|
||||
conrelid as resorigtbl,
|
||||
unnest(conkey) as resorigcol
|
||||
|
||||
Reference in New Issue
Block a user