mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 02:25:59 +00:00
postgre analyser supports compisite db names
This commit is contained in:
@@ -19,6 +19,7 @@ module.exports = `
|
||||
and t.relnamespace = c.oid
|
||||
and c.nspname != 'pg_catalog'
|
||||
and ('tables:' || c.nspname || '.' || t.relname) =OBJECT_ID_CONDITION
|
||||
and c.nspname =SCHEMA_NAME_CONDITION
|
||||
order by
|
||||
t.relname
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user