Properly name the dbo and sys catalogs in PPAS.
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