[pgAdmin4][Patch] To fix the in Import/Export module

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch] To fix the in Import/Export module
Date: 2017-06-22 12:26:58
Message-ID: CAKKotZQq3THQnTspG=Ztn95GsVDyDYZfyfWQfNKf4SDO_EFauA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

PFA patch to fix the issue in import/export module where,
1) Command was failing due to incorrect tab delimiter passed to the copy
command.
2) User was not allowed to pass default delimiter(ie - no delimiter, let
copy command handle it) for csv & text file format user was forced to
select delimiter.
RM#1934

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
RM_1934.diff text/plain 3.7 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-22 12:57:37 pgAdmin 4 commit: Fix import/export to work as expected with TSV data.
Previous Message Dave Page 2017-06-22 11:32:26 Re: [pgAdmin4][Patch][RM_2191] : Add support for the hostaddr connection parameter