Re: No commit nor Rollback button

2017-10-19 Thread dangal
Actually to manage a production environment I do not understand how someone can use the auto commit. In most Oracle database management tools, they all have the commit and rollback buttons. I do not think it's so complicated to add and it complicates your maintenance a lot I do not want to minimiz

Re: pgAdmin 4 v1.6 Released!

2017-10-19 Thread Christoph Berg
Re: Alasdair Campbell 2017-10-10 <20171010113716.cesg7rwsm2a6o4q3@COLONEL-K> > I was just wondering if packaging the missing Python modules for Debian > had been abandoned / forgotten about with the release of pgAdmin4 v2 and > PostgreSQL 10. Trent was trying to build a deb for pgAdmin4 and ran int

Search objects?

2017-10-19 Thread Frank Limpert
Hi All, At first, many thanks for the progress on pgAdmin4. Though there is still one feature of pgAdmin3, which I miss dearly in pgAdmin4: The "Search objects ..." functionality. Are there any plans to implement that feature soon? I dream of it as a separate tab with a search bar like in the on

Re: Session Timeout - Query Tool hangs indefinitely due to login required

2017-10-19 Thread Murtuza Zabuawala
​Please report this issue ​ here ​ ​ with the steps required to re-produce the issue ​. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Wed, Oct 18, 2017 at 6:11 PM, Florian Burka wr

Re: Trust prompts for blank password even after save

2017-10-19 Thread Murtuza Zabuawala
​Please report this issue here On Thu, Oct 19, 2017 at 2:29 PM, Mike Surcouf wrote: > Using trust connection if I save a blank password it does not save. > I can click OK but it would be more convenient to save the blank password. > >

Trust prompts for blank password even after save

2017-10-19 Thread Mike Surcouf
Using trust connection if I save a blank password it does not save. I can click OK but it would be more convenient to save the blank password.

Re: PGAgent Connection Pool Leaking

2017-10-19 Thread Dave Page
Neel, can you assist with this please? On Thu, Oct 19, 2017 at 9:51 AM, Rob Emery wrote: > Hiya, > > We run postgresql-9.5 (9.5.5-1.pgdg80+1) on debian jessie (using the > postgres apt repo) with replication between two servers. We have pgagent > running on both the master and the slave using: >

PGAgent Connection Pool Leaking

2017-10-19 Thread Rob Emery
Hiya, We run postgresql-9.5 (9.5.5-1.pgdg80+1) on debian jessie (using the postgres apt repo) with replication between two servers. We have pgagent running on both the master and the slave using: /usr/bin/pgagent -f host=pgserver dbname=postgres user=username password=password -l 2 -s /home/robert

Re: Significance of queries listed under server activity items

2017-10-19 Thread Dave Page
Hi On Wed, Oct 18, 2017 at 6:25 PM, Adam Manwaring wrote: > When viewing the details on a row on the "Server Activity" table an > sql query is listed along with a few timestamps. I've been assuming that > the query shown is the last active query for that session. What I don't > know is whether i

Significance of queries listed under server activity items

2017-10-19 Thread Adam Manwaring
When viewing the details on a row on the "Server Activity" table an sql query is listed along with a few timestamps. I've been assuming that the query shown is the last active query for that session. What I don't know is whether it is the last one committed or the last one begun. I've had some trou