postgresql@18

Object-relational database system with advanced features

brewmacoslinux
Try with needOr install directly
Source

About

Object-relational database system

Commands

psqlpostgrespg_dumppg_restorecreatedbdropdbcreateuserdropuser

Examples

Connect to a PostgreSQL database$ psql -U username -d database_name
Backup a database to a file$ pg_dump -U username database_name > backup.sql
Create a new database$ createdb -U username new_database