summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStuart Quin <stuart.quin@gmail.com>2017-01-07 11:53:00 +0000
committerGitHub <noreply@github.com>2017-01-07 11:53:00 +0000
commit77e21b03791cce0a52ca3ac3591f0c797c5e9134 (patch)
treefb2a8af10b67e7895a1cdc4ca62fc1f1e88ad39f
parent4edd124c0dcbf24ff898eaac855f0a76c7c1e8bb (diff)
parent17d3f05d56af134e992711361f23f6912547f595 (diff)
Merge pull request #630 from dbcli/amjith/data-formatting-1
Set default data_formatting to nothing.
-rw-r--r--pgcli/pgclirc4
1 files changed, 2 insertions, 2 deletions
diff --git a/pgcli/pgclirc b/pgcli/pgclirc
index 1440593c..08af49ef 100644
--- a/pgcli/pgclirc
+++ b/pgcli/pgclirc
@@ -138,5 +138,5 @@ Token.Toolbar.Transaction.Failed = 'bg:#222222 #ff005f bold'
# for decimal "d" - 12345678, ",d" - 12,345,678
# for float "g" - 123456.78, ",g" - 123,456.78
[data_formats]
-decimal = ",d"
-float = ",g" \ No newline at end of file
+decimal = ""
+float = ""