From 7d23fc593589b43181e34ab3d62cc07bbf676cb0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 9 Jul 1999 21:46:14 +0000 Subject: update readme.nt --- doc/README.NT | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/README.NT') diff --git a/doc/README.NT b/doc/README.NT index 7ab0f7af7e2..1d8aaeddcfa 100644 --- a/doc/README.NT +++ b/doc/README.NT @@ -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. -- cgit v1.2.3