Properly name the dbo and sys catalogs in PPAS.

This commit is contained in:
Murtuza Zabuawala 2016-03-18 15:13:57 +00:00 committed by Dave Page
parent 84c5c29b92
commit 3432481f9a

View File

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