From 9584c82a354c5ef6fe94080447c5f506a3376c16 Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Mon, 17 Oct 2016 20:27:29 +0200 Subject: Fix typo in the decimal representation example --- pgcli/pgclirc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgcli/pgclirc b/pgcli/pgclirc index 4c4dc883..3ff831c4 100644 --- a/pgcli/pgclirc +++ b/pgcli/pgclirc @@ -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" -- cgit v1.2.3