1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-06 10:17:15 +03:00

Merge pull request #599 from lelit/fix-pgclirc-typo

Fix typo in the decimal representation example
This commit is contained in:
darikg 2016-10-17 19:29:24 -04:00 committed by GitHub
commit a5a9fafc2f

View File

@ -129,7 +129,7 @@ Token.Toolbar.Arg.Text = 'nobold'
# example_dsn = postgresql://[user[:password]@][netloc][:port][/dbname]
# Format for number representation
# for decimal "d" - 12345678, ",d" - 123,456,78
# for decimal "d" - 12345678, ",d" - 12,345,678
# for float "g" - 123456.78, ",g" - 123,456.78
[data_formats]
decimal = ",d"