Some notes about PostgreSQL
Pretty excellent post, though it has a few misconceptions of course. Most notably that the 'postgres' database is a metadata DB. In reality the metadata catalogs are mostly shared tables that are linked into all the databases, like pg_authid.
Pretty excellent post, though it has a few misconceptions of course. Most notably that the 'postgres' database is a metadata DB. In reality the metadata catalogs are mostly shared tables that are linked into all the databases, like pg_authid.
ReplyDelete