mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix sequence reverse engineered SQL generation with quoted names on PG/EPAS 10+. Fixes #4470
This commit is contained in:
committed by
Dave Page
parent
f4453e33cc
commit
0b82a4ad92
@@ -8,4 +8,4 @@ SELECT
|
||||
seqincrement AS increment_by,
|
||||
is_called
|
||||
FROM pg_sequence, {{ conn|qtIdent(data.schema) }}.{{ conn|qtIdent(data.name) }}
|
||||
WHERE seqrelid = '{{ conn|qtIdent(data.schema) }}.{{ conn|qtIdent(data.name) }}'::regclass
|
||||
WHERE seqrelid = {{data.oid}}
|
||||
|
||||
Reference in New Issue
Block a user