Fixed an issue where CSV download quotes the numeric columns. Fixes #6341

This commit is contained in:
Pradip Parkale
2021-04-22 17:35:51 +05:30
committed by Akshay Joshi
parent 8ae8fea6d2
commit 5894001eb2
3 changed files with 14 additions and 1 deletions
+1
View File
@@ -17,4 +17,5 @@ Housekeeping
Bug fixes
*********
| `Issue #6341 <https://redmine.postgresql.org/issues/6341>`_ - Fixed an issue where CSV download quotes the numeric columns.
| `Issue #6385 <https://redmine.postgresql.org/issues/6385>`_ - Ensure that Backup and Restore should work on shared servers.