Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
7d23fc59
Commit
7d23fc59
authored
Jul 09, 1999
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update readme.nt
parent
cda19231
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
doc/README.NT
doc/README.NT
+6
-0
doc/TODO
doc/TODO
+1
-1
No files found.
doc/README.NT
View file @
7d23fc59
...
...
@@ -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.
doc/TODO
View file @
7d23fc59
...
...
@@ -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
------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment