postgresql@15

Object-relational database system with advanced features

brewmacoslinux
Try with needOr install directly
Source

About

Object-relational database system

Commands

psqlcreatedbdropdbcreateuserdropuserpg_dumppg_restoreinitdb

Examples

Start the PostgreSQL server$ brew services start postgresql@15
Connect to the default database as the current user$ psql -U postgres
Backup a database to a file$ pg_dump -U postgres mydb > mydb_backup.sql