1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Upgrade for 6.4.1.

This commit is contained in:
Bruce Momjian
1998-12-18 05:38:29 +00:00
parent 66807b8cc5
commit a4c8fa7632
2 changed files with 44 additions and 1 deletions

View File

@ -236,7 +236,7 @@ DOCUMENTATION
CHANGES IN THE 6.4.1 RELEASE
----------------------------
Add pg_dump -N flag to force double quotes around identifiers. This is
the default.
the default
Fix for NOT in where clause causing crash(Bruce)
EXPLAIN VERBOSE coredump fix(Vadim)
Fix shared-library problems on Linux