postgres tunnelling article

2022-01-12 Thread Ian Zimmerman
I have just read your post: https://www.enterprisedb.com/blog/ssh-tunneling-pgadmin-4 The latest versions of OpenSSH provide tunnelling to local sockets: you can have something like this in your .ssh/config: Host myserver LocalForward 9000 /run/supervisor.sock or the equivalent command line

Re: SQL query that can be used to generate the same output shown in the SQL tab within pgadmin?

2022-01-12 Thread Dave Page
Hi On Wed, Jan 12, 2022 at 12:45 AM Ni Ne wrote: > My question is not specifically about how to use pgadmin, I hope that's > okay. > > When are you in pgadmin you can select an object from the tree on the > left-pane, like a View. While that object is selected, if you click the SQL > button in