PostgreSQL
Notes for PostgreSQL: creating databases and users, connectivity, and common admin tasks.
Create a PostgreSQL databaseCreate a user and database and grant schema privileges with psql.
Sizes and row counts without breaking productionCatalog-only queries for database size, table sizes, and estimated row counts.