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:
parent
84c5c29b92
commit
3432481f9a
@ -18,6 +18,8 @@
|
||||
WHEN 'pg_catalog' THEN '{{ _( 'PostgreSQL Catalog' ) }} (pg_catalog)'
|
||||
WHEN 'pgagent' THEN '{{ _( 'pgAgent Job Scheduler' ) }} (pgagent)'
|
||||
WHEN 'information_schema' THEN '{{ _( 'ANSI' ) }} (information_schema)'
|
||||
WHEN 'dbo' THEN 'Redmond (dbo)'
|
||||
WHEN 'sys' THEN 'Redwood (sys)'
|
||||
ELSE {{ tbl }}.nspname
|
||||
END AS name
|
||||
{%- endmacro %}
|
||||
|
Loading…
Reference in New Issue
Block a user