Re: I "might" have found a bug on 8.2.1 win32
От | Bill Moran |
---|---|
Тема | Re: I "might" have found a bug on 8.2.1 win32 |
Дата | |
Msg-id | 20070201115704.28d296f6.wmoran@collaborativefusion.com обсуждение исходный текст |
Ответ на | Re: I "might" have found a bug on 8.2.1 win32 (Tony Caduto <tony_caduto@amsoftwaredesign.com>) |
Ответы |
Re: I "might" have found a bug on 8.2.1 win32
Re: I "might" have found a bug on 8.2.1 win32 |
Список | pgsql-general |
In response to Tony Caduto <tony_caduto@amsoftwaredesign.com>: > > > > Question, I hope stupid, postgres user HAS a password right? > > > Yes, it has a password, I set the password from the installer, and I > even reset it after the install was complete. > I just tried this from the command line and it let me right in: > > psql template1 -U postgres > > Didn't ask for a password or anything, and the localhost entry in > pg_hba.conf is also set for md5. Does Windows have the equivalent of Unix domain sockets? On a Unix machine, psql uses unix domain sockets by default, which are controlled by an entry like: # "local" is for Unix domain socket connections only local all all trust The following entry: # IPv4 local connections: host all all 127.0.0.1/32 trust Will only apply if you connect via loopback networking (which is not psql's default). Try your connect command like this: psql template1 -U postgres -h 127.0.0.1 and see if the results change. -- Bill Moran Collaborative Fusion Inc.
В списке pgsql-general по дате отправления: