[ADMIN] PostgreSQL Active-Active Configuration

2010-03-04 Thread Dave Clements
Hi everyone, I am looking for some Master-Master replication solutions for PostgreSQL database. Please let me know if you are using one and if you are happy with the performance. Thanks -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes to your subscription: htt

Re: [ADMIN] password authentication failed for user postgres

2010-03-04 Thread Major Services
I see. I have pgAdmin III on my local system and have been able to create database and tables through it. I hope this is fine? Thanks once again; though I am sure I'll be back with some query for you and the community.[?] On Thu, Mar 4, 2010 at 1:54 PM, Iñigo Martinez Lasala < imarti...@vecto

Re: [ADMIN] password authentication failed for user postgres

2010-03-04 Thread Iñigo Martinez Lasala
dbadmin is a database user, not a Linux user. You cannot use dbadmin in order to get logged to your machine. Only to access database. Why are you using dbadmin to login to unix? Use root. Configure your web app using your root user to login to postgresql with dbadmin. You will have to modify a c