top of page

SQL developer for PostgreSQL

Открытая·2 пользователя

Node OBJECT for PostgreSQL


[EN]

The root node contains nodes for object types in the PostgreSQL database. Types of objects are grouped in the context of schemes. The database name is displayed in brackets.

SELECT n.oid, n.nspname AS "schema_name"

 FROM pg_catalog.pg_namespace n

WHERE n.nspname not in ('information_schema','pg_catalog')

ORDER BY 2

Child nodes


[RU]

Корневой узел, содержит узлы типов объектов в БД PostgreSQL. Типы объектов сгруппированы в разрезе схем. В скобках выводится имя БД. 

SELECT n.oid, n.nspname AS "schema_name"

FROM pg_catalog.pg_namespace n

WHERE n.nspname not in ('information_schema','pg_catalog')

ORDER BY 2

Дочерние узлы
7 просмотров

О группе

Добро пожаловать в группу! Общайтесь с другими участниками, получайте обновления и делитесь фото и видео.

Участники

bottom of page