Re: [pgadmin-support] Wrong column ordering in Tree Control

2017-03-03 Thread Dave Page
On Fri, Mar 3, 2017 at 3:25 PM, microsys.gr microsys.gr wrote: > OS Windows 10 64-bit > Version 1.2 > Python Version 2.7.11 > Flask Version 0.11.1 > Application Mode Desktop > > In some tables the ordering of columns in the Tree Control is wrong. > A double precision or integer field which it's ac

[pgadmin-support] Wrong column ordering in Tree Control

2017-03-03 Thread microsys.gr microsys.gr
OS Windows 10 64-bit Version 1.2 Python Version 2.7.11 Flask Version 0.11.1 Application Mode Desktop In some tables the ordering of columns in the Tree Control is wrong. A double precision or integer field which it's actual position is lower in order, is mistaken placed in top position as the firs

Re: [pgadmin-support] pgAdmin 4 1.0-beta4 - Query Tool, Select file popup issues

2017-03-03 Thread vnicolici
I stayed on the old native tools until now. I just tried the 1.2 version of pgAdmin 4 and it is better. It remembers the last directory in the file open dialog, and you can edit the file path manually. But it still has problems. First of all, I navigated to the directory with my SQL files. I s

Re: [pgadmin-support] unable to restore database

2017-03-03 Thread Dave Page
On Fri, Mar 3, 2017 at 10:47 AM, Daniel Küppers wrote: > This works. i can backup and restore the database. i also get the correct > error message when i try to restore a pg_dump file. > But considering that this functionallity is essential, may i ask if pgAdmin4 > is production ready or still in

Re: [pgadmin-support] unable to restore database

2017-03-03 Thread Daniel Küppers
This works. i can backup and restore the database. i also get the correct error message when i try to restore a pg_dump file. But considering that this functionallity is essential, may i ask if pgAdmin4 is production ready or still in some kind of beta phase? Im confused, because sometimes things

Re: [pgadmin-support] unable to restore database

2017-03-03 Thread Dave Page
Test build here: https://developer.pgadmin.org/~dpage/pgadmin4-1.2-x86.exe On Fri, Mar 3, 2017 at 10:05 AM, Murtuza Zabuawala wrote: > Hi Daniel, > > This is a bug and will be fixed in future release. > > ~Murtuza > > On Fri, Mar 3, 2017 at 3:30 PM, Daniel Küppers wrote: >> >> Hi, >> i tried to

Re: [pgadmin-support] unable to restore database

2017-03-03 Thread Murtuza Zabuawala
Hi Daniel, This is a bug and will be fixed in future release. ~Murtuza On Fri, Mar 3, 2017 at 3:30 PM, Daniel Küppers wrote: > Hi, > i tried to restore a database dump into my local db with pgAdmin4, but it > fails for no reason. > The only thing the dialog outputs is "Restore Job created", no

[pgadmin-support] unable to restore database

2017-03-03 Thread Daniel Küppers
Hi, i tried to restore a database dump into my local db with pgAdmin4, but it fails for no reason. The only thing the dialog outputs is "Restore Job created", nothing happens afterwards nor can i examine if the job is running. Do you have a suggestion how to use the Backup and Restore tools in

Re: [pgadmin-support] Failed backup Job. How to find out why it failed.

2017-03-03 Thread Dániel Asztalos
Hi, you should redirect the output of the pg_dump command to a file to see the error. Do something like: %PGBIN%pg_dump -i -h %PGHOST% -U %PGUSER% -F c -b -v -f "%BACKUPDIR%serverpub-%year%%month%%day%%hh%%nn%.compressed" serverpub* 1> %LOG_FILE% 2>&1* On 2 March 2017 at 23:04, Rob Musitano wrot