Re: Session timeout

2019-10-31 Thread Arni Kromić
anything ("Would you like to reconnect to the database?" > then various invalid this and that errors.) The correct behavior > would be to automatically redirect to the login page if the login > session expires. Should this be reported? > -- Kind Regards, Arni Kromić

Re: Session timeout

2019-10-25 Thread Arni Kromić
On 18/10/2019 09.09, Arni Kromić wrote: > On 17/10/2019 15.24, Arni Kromić wrote: >> On 17/10/2019 11.05, Khushboo Vashi wrote: >>> Hi Arni, >>> >>> On Thu, Oct 17, 2019 at 1:41 PM Arni Kromić >> <mailto:arni.kro...@bios-ict.hr>> wrote: >

Re: Session timeout

2019-10-18 Thread Arni Kromić
On 17/10/2019 15.24, Arni Kromić wrote: > On 17/10/2019 11.05, Khushboo Vashi wrote: >> Hi Arni, >> >> On Thu, Oct 17, 2019 at 1:41 PM Arni Kromić > <mailto:arni.kro...@bios-ict.hr>> wrote: >> >> A question asked on the list reminded me of som

Re: Saving DDL to a file ...

2019-10-17 Thread Arni Kromić
t should also have "CREATE script" context menu item which opens in the Query Tool and can be saved from there... -- Kind Regards, Arni Kromić

Re: Session timeout

2019-10-17 Thread Arni Kromić
On 17/10/2019 11.05, Khushboo Vashi wrote: > Hi Arni, > > On Thu, Oct 17, 2019 at 1:41 PM Arni Kromić <mailto:arni.kro...@bios-ict.hr>> wrote: > > A question asked on the list reminded me of something... I've always > wondered if it's possible t

Session timeout

2019-10-17 Thread Arni Kromić
s that any query/data tabs are lost. Can i prevent the session from expiring so I can stay logged in? I don't need this at all for security because both the database and the pgAdmin service are on my development computer which only I use. -- Kind Regards, Arni Kromić

Fwd: Save Session?

2019-10-17 Thread Arni Kromić
Now I noticed this was posted on a wrong list... I felt a forward was in order. Forwarded Message Subject:Re: Save Session? Date: Thu, 17 Oct 2019 09:31:08 +0200 From: Arni Kromić To: pgsql-...@lists.postgresql.org On 16/10/2019 13.30, Mike Martin wrote

Re: Restore item in server menu (suggestion)

2019-10-14 Thread Arni Kromić
On 11/10/2019 06.05, Khushboo Vashi wrote: > Hi, > > On Thu, Oct 10, 2019 at 3:50 PM Arni Kromić <mailto:arni.kro...@bios-ict.hr>> wrote: > > A pgAdmin4 feature I have always wanted is having some "restore" > command in the server or Databases context

Restore item in server menu (suggestion)

2019-10-10 Thread Arni Kromić
in it, the new menu item would be quite useful. Alternatively, it could be added as an option in the Create / Database menu; something like "Create Database from backup". -- Kind Regards, Arni Kromić

Re: Some pgAdmin bugs...

2019-09-11 Thread Arni Kromić
On 10/09/2019 18.36, Avin Kavish wrote: > Isn't there some internal uniqueness tracking mechanism? Object IDs or > something? > > On Tue., 10 Sep. 2019, 9:56 pm Dave Page, <mailto:dp...@pgadmin.org>> wrote: > > > > On Tue, Sep 10, 2019 at 9:24 AM Arn

Re: Some pgAdmin bugs...

2019-09-10 Thread Arni Kromić
eeds to be deleted. I believe Inserts should also work from pgAdmin as they do from code. So, should a issue be raised, or is it already decided this is a "wontfix"? -- Kind Regards, Arni Kromić > On Tue, Sep 10, 2019 at 8:34 AM Dave Page <mailto:dp...@pgadm

Re: Some pgAdmin bugs...

2019-09-10 Thread Arni Kromić
On 10/09/2019 13.58, Aditya Toshniwal wrote: > Hi, > > On Tue, Sep 10, 2019 at 5:13 PM Arni Kromić <mailto:arni.kro...@bios-ict.hr>> wrote: > > Working with pgAdmin, I've found several bugs. Not sure if they > are already reported; couldn't find them o

Re: Some pgAdmin bugs...

2019-09-10 Thread Arni Kromić
On 10/09/2019 13.43, Arni Kromić wrote: > Working with pgAdmin, I've found several bugs. Not sure if they are > already reported; couldn't find them on Redmine, but perhaps I missed > them. Maybe someone will recognize if they've already been reported. > Here it goes...

Some pgAdmin bugs...

2019-09-10 Thread Arni Kromić
1 2 select * from keyring 3 --some comment 4 ...to get a more acceptable code: ... AS $BODY$ select * from keyring --tralala $BODY$; ... So I propose those newlines should be added automatically. Please advise if I need to report the above problems on Redmine, or perhaps do something else... -- Kind Regards, Arni Kromić

Re: Losing column ordering

2019-09-10 Thread Arni
And learning about being too trigger-happy with bugtrackers :) Regards, Arni On 10/09/2019 10.55, Avin Kavish wrote: > talk about accidental feature discovery > > On Tue, Sep 10, 2019 at 2:18 PM Avin Kavish <mailto:avinkav...@gmail.com>> wrote: > > jesus > >

Re: Opening pgAdmin 4 in a new browser window as an alternative user flow

2019-09-10 Thread Arni
; We would love to have a separate window for pgAdmin 4, hence - we're > already working on the POC (using electron), and it is a side line > project, and getting delayed due to limited resources working on the > pgAdmin 4. > I for one would be very interested in an electron based desktop version... Regards, Arni

Re: Schema backup failure

2019-08-09 Thread Arni
On 09/08/2019 12.00, Aditya Toshniwal wrote: > Hi Arni, > Hello! > Seems like a bug, kindly raise a bug here > - https://redmine.postgresql.org/projects/pgadmin4/issues/new Here it is: https://redmine.postgresql.org/issues/4590 -- Kind Regards, Arni Kromic

Schema backup failure

2019-08-09 Thread Arni Kromić
> pg_dump: reading user-defined types > ... ...it works fine. So it seems schema names should be automatically quoted (similar to quote_ident()) for backup to work properly. I guess this is a bug in pgAdmin4 (version I have is 4.11). -- Srdačan pozdrav / Kind regards ---

Re: Some pgAdmin 4 (4.1) bugs

2019-01-31 Thread Arni Kromić
Hello Khushboo, thank you very much for your response! On 29/01/2019 11.35, Khushboo Vashi wrote: > Hi Arni, > > On Tue, Jan 29, 2019 at 3:24 PM Arni Kromić <mailto:arni.kro...@bios-ict.hr>> wrote: > > The new bug is in the UI, specifically in the query "window&

Some pgAdmin 4 (4.1) bugs

2019-01-29 Thread Arni Kromić
Also there is no indication that tab exists - if I didn't expect it to be there, I wouldn't've even tried looking for it. Please tell me if those issues should be or have been reported, and should I do it (and where) or someone else would. Thank you for your patience! -- Kind Regards, Arni Kromić