File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -54,5 +54,11 @@ appears to have some problems with locking.
54
54
55
55
Joost
56
56
57
+ [Added by bjm]
57
58
59
+ By default, PostgreSQL clients like psql communicate by default using
60
+ unix domain sockets, which don't work on NT. Start the postmaster with
61
+ -i, and when connecting to the database from a client, set the PGHOST
62
+ environment variable to 'localhost' or supply the hostname on the
63
+ command line.
58
64
Original file line number Diff line number Diff line change 47
47
48
48
* User who can create databases can modify pg_database table
49
49
* Plpgsql does not handle quoted mixed-case identifiers
50
- * Allow index on tuple greater than 1/2 block size
50
+ * Fix btree to give a useful elog when key > 1/2 (page - overhead)
51
51
52
52
ENHANCEMENTS
53
53
------------
You can’t perform that action at this time.
0 commit comments