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
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
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
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
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
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
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
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
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