aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-09 21:46:14 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-09 21:46:14 +0000
commit7d23fc593589b43181e34ab3d62cc07bbf676cb0 (patch)
treed835adc0812ac5814bb1785f97bfe69e3c500159
parentcda192317a6ba6236ffb0bcfd9ae3e75e949bbbd (diff)
downloadpostgresql-7d23fc593589b43181e34ab3d62cc07bbf676cb0.tar.gz
postgresql-7d23fc593589b43181e34ab3d62cc07bbf676cb0.zip
update readme.nt
-rw-r--r--doc/README.NT6
-rw-r--r--doc/TODO2
2 files changed, 7 insertions, 1 deletions
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.
diff --git a/doc/TODO b/doc/TODO
index 467ab897b31..bddd5baee23 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -47,7 +47,7 @@ MISC
* User who can create databases can modify pg_database table
* Plpgsql does not handle quoted mixed-case identifiers
-* Allow index on tuple greater than 1/2 block size
+* Fix btree to give a useful elog when key > 1/2 (page - overhead)
ENHANCEMENTS
------------