Postgres Setup &Commands
Nov 2, 2023 · 1 min read · Postgres JS-Common-Commands Create User: CREATE ROLE user_admin SUPERUSER LOGIN PASSWORD '12345'; SETUP: postgresql.conf setup: set > listen_addresses = '*' set > port = 5434 PG_HBA.CONF set > # IPv4 local connections: host all all 0.0.0.0/0 trust Li...
Join discussion