[pgadmin-support] Fwd: where is the Graphical Query Builder on pgAdmin 4 v1.1 for Mac

2017-02-09 Thread Susan Leighton
Hello, I'm looking for the Graphical Query Builder on pgAdmin 4 v1.1 running on my MacOS Sierra 10.12.3. Does it exist? if so, how do I access it? I did see that confirmed (that it doesn't exist) on this web page, but I wasn't sure if it was still current: http://pgsnake.blogspot.com/2016/04/p

Re: [pgadmin-support] 4th Try: pgadmin4 install, launch fail

2017-02-09 Thread Dave Page
FYI - this hasn't been forgotten. Devrim and I were travelling most of last week, and have PostgreSQL releases to deal with this week. We're planning to meet tomorrow to work on the RPMs. On Wed, Feb 1, 2017 at 7:11 PM, stancs3 wrote: > Just an additional note: > > I am not a mousey-clicky guy an

[pgadmin-support] Interactive user input through pgadmin

2017-02-09 Thread Madhura Mhatre
Hi I wanted to know if pgAdmin has capability of interactive user input? How can I achieve that? I know that we can do it via \prompt in psql... But I would like to have this in pgadmin and use it in my DO BEGIN END block I want to ask user to enter the value while I am running the DO-BEGIN-END