BUG #14401: pgadmin 4 export table not working

From: francois(dot)atilio(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14401: pgadmin 4 export table not working
Date: 2016-10-28 07:18:06
Message-ID: 20161028071806.15991.25235@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14401
Logged by: atilio francois
Email address: francois(dot)atilio(at)gmail(dot)com
PostgreSQL version: 9.6.1
Operating system: windows 10
Description:

I create a simple table in 9.6.1
(Create table test (i int); insert into test select
generate_series(1,1000000))
I try to export to csv or txt using the menu option Import/export
I just fill the name of the file (test.csv or test.txt), choose format csv
(or txt) and encoding utf-8
I click on OK, and the windows close but nothing else happens: no message,
no file creation.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Pantelis Theodosiou 2016-10-28 10:41:16 Re: BUG #14401: pgadmin 4 export table not working
Previous Message francois.atilio 2016-10-28 04:59:09 BUG #14400: pgAdmin 4 error 'utf8' codec can't decode byte...