Re: pgAdmin commandLine

2021-10-22 Thread Saif Manai
Toshniwal < aditya.toshni...@enterprisedb.com> a écrit : > Hi Saif, > > You can use PostgreSQL provided psql or pgAdmin shipped psql in > - C:\Program Files\pgAdmin 4\v6\runtime. > > On Fri, Oct 22, 2021 at 3:48 PM Saif Manai wrote: > >> Hello, >> >> I had pg

pgAdmin commandLine

2021-10-22 Thread Saif Manai
Hello, I had pgAdmin4 v4.3 and installed recently v6.1 (last one). Is there a way to launch a connection to a server (or database) by command line without opening the UI, like this exemple for HeidiSQL on Windows : "D:\HeidiSQL\heidisql.exe" -n "8" -h "{Address}" -u "{UserName}" -p "{Password}" -