Is there a way to launch pgAdmin3 from the Unix command line? I installed pgAdmin from pgadmin.org but I don't know where it was installed.
I've searched my /usr tree for pgadmin\* and pgAdmin\* to no avail.
I've also searched for the answer on the Internet but didn't find an answer.
The pgAdmin Command Line Parameters doc page discusses parameters you can use to launch pgAdmin but it doesn't discuss the executable itself.
Like any program, you can launch it by calling its name:
pgadmin3 &
If it is not in one of the directories in your search path $PATH, you should use the complete pathname:
/path/to/the/program/pgadmin3 &
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With