update pgcli config

This commit is contained in:
Shockwave 2024-01-13 21:27:29 +08:00
parent 4f9001e98e
commit 98f4ba76a5
1 changed files with 2 additions and 0 deletions

View File

@ -202,6 +202,8 @@ output.null = "#808080"
# example_dsn = postgresql://[user[:password]@][netloc][:port][/dbname] # example_dsn = postgresql://[user[:password]@][netloc][:port][/dbname]
local-postgres = postgresql://postgres@127.0.0.1:5432 local-postgres = postgresql://postgres@127.0.0.1:5432
local = postgresql://admin:gsEoWPxkWqHQMk3sK*2J@127.0.0.1:5432/test local = postgresql://admin:gsEoWPxkWqHQMk3sK*2J@127.0.0.1:5432/test
pg14-master = postgresql://ezio@127.0.0.1:5532/postgres
pg14-replica = postgresql://ezio@127.0.0.1:5533/postgres
# Format for number representation # Format for number representation
# for decimal "d" - 12345678, ",d" - 12,345,678 # for decimal "d" - 12345678, ",d" - 12,345,678