PostgreSQL :: Catalog Query - Mailing list pgsql-bugs

From Yogi S
Subject PostgreSQL :: Catalog Query
Date
Msg-id CAOs6+zstj=fA8WJbwXLd7uGMQxMLCeV4Sd+LKhS3muG1j4m4Nw@mail.gmail.com
Whole thread Raw
Responses Re: PostgreSQL :: Catalog Query
List 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

pgsql-bugs by date:

Previous
From: Thomas Butz
Date:
Subject: Autovacuum analyze can't find C based function
Next
From: Thomas Kellerer
Date:
Subject: Re: PostgreSQL :: Catalog Query