Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7d23fc5

Browse files
committed
update readme.nt
1 parentcda1923 commit7d23fc5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

‎doc/README.NT

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,11 @@ appears to have some problems with locking.
5454

5555
Joost
5656

57+
[Added by bjm]
5758

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.
5864

‎doc/TODO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ MISC
4747

4848
* User who can create databases can modify pg_database table
4949
* Plpgsql does not handle quoted mixed-case identifiers
50-
*Allow index on tuple greater than1/2block size
50+
*Fix btree to give a useful elog when key >1/2(page - overhead)
5151

5252
ENHANCEMENTS
5353
------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp