mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(postgresql): add new connection string
This commit is contained in:
@@ -6,6 +6,7 @@ psql 'postgres' 'admin'
|
||||
psql --host 'prod.db.lan' --port '5432' --username 'postgres' --database 'postgres' --password
|
||||
psql -h 'host.fqnd' -p '5432' -U 'admin' -d 'postgres' -W
|
||||
psql 'postgresql://localhost:5433/games?sslmode=require'
|
||||
psql 'host=host.fqdn port=5467 user=admin dbname=postgres'
|
||||
|
||||
# List available databases
|
||||
psql … --list
|
||||
|
||||
Reference in New Issue
Block a user