On Tue, Feb 14, 2012 at 01:26:05AM -0800, Zelio Fernandes wrote: > How to access the super user password? > > The error i get is : > > An error has occurred: > > Error connecting to the server: FATAL: password authentication failed for > user "postgres" > FATAL: password authentication failed for user "postgres"
If I'm not wrong the default is using ident authentication, so that if you connect as the "postgres" unix username you get in with no password. --strk; ,------o-. | __/ | Delivering high quality PostGIS 2.0 ! | / 2.0 | http://strk.keybit.net `-o------' _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
