On Mon, 23 Dec 2002, Arnaudo Massimo wrote: > Hi everibody, > i have to see the table pg_shadow, but i don't remind the default password > for user postgres in a Debian system. > > Can you help me?
Edit pg_hba.conf and set the method to 'trust' and restart postmaster. Login(it wont ask for password) and change the password of postgres user, restore pg_hba.conf and restart postmaster. regards, bhuvaneswaran ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster