BUG #14401: pgadmin 4 export table not working

Started by Nonameover 9 years ago2 messagesbugs
Jump to latest
#1Noname
francois.atilio@gmail.com

The following bug has been logged on the website:

Bug reference: 14401
Logged by: atilio francois
Email address: francois.atilio@gmail.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.

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

#2Pantelis Theodosiou
ypercube@gmail.com
In reply to: Noname (#1)
Re: BUG #14401: pgadmin 4 export table not working

On Fri, Oct 28, 2016 at 8:18 AM, <francois.atilio@gmail.com> wrote:

The following bug has been logged on the website:

Bug reference: 14401
Logged by: atilio francois
Email address: francois.atilio@gmail.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.

There is a pgAdmin support page and mailing list:

https://www.pgadmin.org/support/

Please report there.