Re: PostgreSQL System Views or Dictionary Tables

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: PostgreSQL System Views or Dictionary Tables
Дата
Msg-id 7948593e-8b61-7836-80bb-db571dde1963@aklaver.com
обсуждение исходный текст
Ответ на PostgreSQL System Views or Dictionary Tables  (Diego Grampin <dgrampin@tilsor.com.uy>)
Список pgsql-general
On 08/16/2018 02:06 PM, Diego Grampin wrote:
> Hello,
> 
> I'm new at PostgreSQL, but known Oracle since ten years ago.
> 
> In PostgreSQL, where can i found system views or dictionary tables (v$*, 
> dba_* at oracle) or structural dba tables ?. And comand prompt 
> parameters of the database (show param X at Oracle) ?
> The porpose of this is to familiarized with the structure of Postgresql 
> databases.

https://www.postgresql.org/docs/10/static/catalogs.html

https://www.postgresql.org/docs/10/static/information-schema.html

https://www.postgresql.org/docs/10/static/sql-show.html

> 
> _My test environment:_ Windows physical server machine intel x86-64 
> architecture with PostgreSQL Database version 10.5 and pgAdmin 4 version 
> 3.2 .
> 
> Thanks so much for your help.
> Regards,
> Diego.


-- 
Adrian Klaver
adrian.klaver@aklaver.com


В списке pgsql-general по дате отправления:

Предыдущее
От: Diego Grampin
Дата:
Сообщение: PostgreSQL System Views or Dictionary Tables
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: PostgreSQL System Views or Dictionary Tables