Properly name the dbo and sys catalogs in PPAS.

pull/3/head
Murtuza Zabuawala 2016-03-18 15:13:57 +00:00 committed by Dave Page
parent 84c5c29b92
commit 3432481f9a
1 changed files with 2 additions and 0 deletions

View File

@ -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 %}