1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

update readme.nt

This commit is contained in:
Bruce Momjian
1999-07-09 21:46:14 +00:00
parent cda192317a
commit 7d23fc5935
2 changed files with 7 additions and 1 deletions

View File

@ -54,5 +54,11 @@ appears to have some problems with locking.
Joost
[Added by bjm]
By default, PostgreSQL clients like psql communicate by default using
unix domain sockets, which don't work on NT. Start the postmaster with
-i, and when connecting to the database from a client, set the PGHOST
environment variable to 'localhost' or supply the hostname on the
command line.