]> granicus.if.org Git - postgresql/commitdiff
update readme.nt
authorBruce Momjian <bruce@momjian.us>
Fri, 9 Jul 1999 21:46:14 +0000 (21:46 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 9 Jul 1999 21:46:14 +0000 (21:46 +0000)
doc/README.NT
doc/TODO

index 7ab0f7af7e2367d34a802e827ec0b9d067bf1fc5..1d8aaeddcfad1f760a41f02e4d675b0de4049960 100644 (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.
 
index 467ab897b3162d1ba25d190b55e6aabf980015b2..bddd5baee2376ba7faad19d50f6065514d791c12 100644 (file)
--- 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
 ------------