[pgadmin-support] Install v1.12 on Fedora 13

2010-07-29 Thread Jason Long
What is the best way to do this? Please say yum and point me to a repository.

Re: [pgadmin-support] Superuser without pg_hba could drop database

2010-07-29 Thread Dave Page
On Thu, Jul 29, 2010 at 8:15 AM, Mudy Situmorang wrote: > psql runs only from the server, while pgAdmin  (which is a standard > installation in PostgerSQL for windows) easily installed in any clients. Incorrect. psql, like pretty much any PostgreSQL client can run on any machine and connect to a

[pgadmin-support] pgAdmin 1.10.2 issue

2010-07-29 Thread Samokhin Viktor
Hello! When i wake up my PC from hibernate-state with pgAdmin running and try to do something with opened database, pgAdmin reasonably says about lost connection and closes this database. But waiting cursor still being waiting even if i open datasbe again. -- Best regards, Samokhin Viktor http:/

Re: [pgadmin-support] Superuser without pg_hba could drop database

2010-07-29 Thread Mudy Situmorang
Ok, Thanks for the answer. 2010/7/29 Guillaume Lelarge > Le 29/07/2010 09:15, Mudy Situmorang a écrit : > > psql runs only from the server, while pgAdmin (which is a standard > > installation in PostgerSQL for windows) easily installed in any clients. > > > > Wrong. psql can run from anywhere.

Re: [pgadmin-support] Superuser without pg_hba could drop database

2010-07-29 Thread Guillaume Lelarge
Le 29/07/2010 09:15, Mudy Situmorang a écrit : > psql runs only from the server, while pgAdmin (which is a standard > installation in PostgerSQL for windows) easily installed in any clients. > Wrong. psql can run from anywhere. "psql -h ip_of_the_server -U my_superuser postgres" will connect to

Re: [pgadmin-support] Superuser without pg_hba could drop database

2010-07-29 Thread Mudy Situmorang
psql runs only from the server, while pgAdmin (which is a standard installation in PostgerSQL for windows) easily installed in any clients. In a network with several different projects & many databases that requires dozens of superuser, pg_hba could provide the required access control. In this b