mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
update readme.nt
This commit is contained in:
parent
cda192317a
commit
7d23fc5935
@ -54,5 +54,11 @@ appears to have some problems with locking.
|
|||||||
|
|
||||||
Joost
|
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.
|
||||||
|
|
||||||
|
2
doc/TODO
2
doc/TODO
@ -47,7 +47,7 @@ MISC
|
|||||||
|
|
||||||
* User who can create databases can modify pg_database table
|
* User who can create databases can modify pg_database table
|
||||||
* Plpgsql does not handle quoted mixed-case identifiers
|
* 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
|
ENHANCEMENTS
|
||||||
------------
|
------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user