Postgres Setup &Commands
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...
jsaldana.hashnode.dev1 min read