ine has no effect on Windows - it only has relevance for> Unix domain socket connections, which Windows does not support.>> The line that affects local connections on Windows is "host all all> 127.0.0.1/32 ...">> (We really need to make that crystal clear in the pg_hba.con
t;>> You could enable local connections with
no
password, then connect with> your postgres user, change pwd, and then re-enable security.> use pg_ctl reload for reloading security settings.> Not nice, but quick :)>>>> On Tue, 21 Sep 2004, Sudhakar Kurumella wrote:&g
loading security settings.Not nice, but quick :)On Tue, 21 Sep 2004, Sudhakar Kurumella wrote:> I am trying to connect to database called "sos", i tried as you said:>> [D:\]psql -U postgres template1> psql: FATAL: Password authentication failed for user "postgres"> [D:\]p
ev3\bin]psql -U postgres -W password> psql: FATAL: Password authentication failed for user "postgres"> > thanks,> kuru> >>> */Dave Cramer <[EMAIL PROTECTED]>/* wrote:>> Use psql -U postgres>> Dave> On Tue, 2004-09-21 at 07:38, Sudhakar Kurumella
wr
eta2-dev3\bin]psql -U postgres -W passwordpsql: FATAL: Password authentication failed for user "postgres"
thanks,
kuru
Dave Cramer <[EMAIL PROTECTED]> wrote:
Use psql -U postgresDaveOn Tue, 2004-09-21 at 07:38, Sudhakar Kurumella wrote:> Hi,> > I am using postgresql w
Hi,
I am using postgresql windows based "8.0-beta2-dev3". I have provided default user and password while installing. When i am trying to connecto to psql through dos command prompt, i am getting following error:
[D:\Postgresql\8.0-beta2-dev3\bin]psqlpsql: FATAL: Password authentication failed
Hi,
I have recently downloaded, PostgreSql 8.0-beta2-dev3 windows version. I am a newbie to postgresql, i have one question, How can i import or export the existing postgresql database running under unix flavour to windows based postgresql (8.0-beta2-dev3). Is there any facility under the new win