PostgreSQL :: Catalog Query

From: Yogi S <infayogi(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: PostgreSQL :: Catalog Query
Date: 2018-07-18 10:22:15
Message-ID: CAOs6+zstj=fA8WJbwXLd7uGMQxMLCeV4Sd+LKhS3muG1j4m4Nw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi All,

this might look quite naive. but I see quite a difference in between other
RDBMS database vs PostgreSQL.
usually the categorization of the entities are like what is stated below. I
am sure mysql follows the same.

Cluster --> Catalog --> database --> Schema --> tables

but in postgreSQL the catalog <--> database relation is quite one-to-one.
Question is, is it safe to assume that postgreSQL does not have any *catalog
concept* as such.

Regards
Yogi

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Thomas Kellerer 2018-07-18 12:52:53 Re: PostgreSQL :: Catalog Query
Previous Message Thomas Butz 2018-07-18 09:14:55 Autovacuum analyze can't find C based function