mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Don't display packages as schemas.
This commit is contained in:
@@ -7,6 +7,7 @@ SELECT
|
||||
FROM
|
||||
pg_namespace nsp
|
||||
WHERE
|
||||
nsp.nspparent = 0 AND
|
||||
{% if scid %}
|
||||
nsp.oid={{scid}}::int AND
|
||||
{% else %}
|
||||
|
||||
@@ -7,6 +7,7 @@ SELECT
|
||||
FROM
|
||||
pg_namespace nsp
|
||||
WHERE
|
||||
nsp.nspparent = 0 AND
|
||||
{% if scid %}
|
||||
nsp.oid={{scid}}::int AND
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user