On Fri, Apr 22, 2005 at 11:14:35 -0300, Leandro Repolho <leandrorepolho@xxxxxxxxx> wrote: > Hello guys, i installed my postgresql 8.0.2 successfuly and its > working fine, but my postgres user works with any password, how can i > solve ? > I already tryed to change the password trough the pgAdmin3 but didn´t worked! It sounds like you are using the "trust" authentication mechanism. What does pg_hba.conf say? ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match