Re: PostgreSQL System Views or Dictionary Tables

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Diego Grampin <dgrampin(at)tilsor(dot)com(dot)uy>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: PostgreSQL System Views or Dictionary Tables
Date: 2018-08-16 21:11:42
Message-ID: 7948593e-8b61-7836-80bb-db571dde1963@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2018-08-16 21:12:02 Re: PostgreSQL System Views or Dictionary Tables
Previous Message Diego Grampin 2018-08-16 21:06:07 PostgreSQL System Views or Dictionary Tables