update pgcli config
This commit is contained in:
parent
4f9001e98e
commit
98f4ba76a5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue