mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Properly name the dbo and sys catalogs in PPAS.
This commit is contained in:
committed by
Dave Page
parent
84c5c29b92
commit
3432481f9a
@@ -18,6 +18,8 @@
|
|||||||
WHEN 'pg_catalog' THEN '{{ _( 'PostgreSQL Catalog' ) }} (pg_catalog)'
|
WHEN 'pg_catalog' THEN '{{ _( 'PostgreSQL Catalog' ) }} (pg_catalog)'
|
||||||
WHEN 'pgagent' THEN '{{ _( 'pgAgent Job Scheduler' ) }} (pgagent)'
|
WHEN 'pgagent' THEN '{{ _( 'pgAgent Job Scheduler' ) }} (pgagent)'
|
||||||
WHEN 'information_schema' THEN '{{ _( 'ANSI' ) }} (information_schema)'
|
WHEN 'information_schema' THEN '{{ _( 'ANSI' ) }} (information_schema)'
|
||||||
|
WHEN 'dbo' THEN 'Redmond (dbo)'
|
||||||
|
WHEN 'sys' THEN 'Redwood (sys)'
|
||||||
ELSE {{ tbl }}.nspname
|
ELSE {{ tbl }}.nspname
|
||||||
END AS name
|
END AS name
|
||||||
{%- endmacro %}
|
{%- endmacro %}
|
||||||
|
|||||||
Reference in New Issue
Block a user