| PostgreSQL 8.0.0 中文文件(轉譯自 PostgreSQL 中國 製作的簡體中文版本) | ||||
|---|---|---|---|---|
| Prev | Fast Backward | Appendix E. 版本訊息 | Fast Forward | Next |
發佈日期: 1998-04-07
這是一個 6.3.x 的除錯版本.請參閱 v6.3 的版本訊息獲取新特性的更完整的概述訊息.
概要:
修復了對一些平台(包括 Linux)的自動配置的支援, 在v6.3.1中由於一些小錯誤帶進來了這些破損.
正確地處理在 BETWEEN 和 LIKE 子句左邊的函數調用.
對執行在6.3或6.3.1上的資料庫不需要進行傾倒/重載(dump/restore)工作. 所要做的所有工作是簡單的 'make distclean','make',和 'make install'. 最後一步應該在 postmaster 停止執行後進行.您應該用 PostgreSQL 庫對所有用 戶應用進行重新鏈接.
對於從v6.3以前的版本升級,請參考v6.3的安裝和移植教學.
Configure detection improvements for tcl/tk(Brook Milligan, Alvin)
Manual page improvements(Bruce)
BETWEEN and LIKE fix(Thomas)
fix for psql \connect used by pg_dump(Oliver Elphick)
New odbc driver
pgaccess, version 0.86
qsort removed, now uses libc version, cleanups(Jeroen)
fix for buffer over-runs detected(Maurice Gittens)
fix for buffer overrun in libpgtcl(Randy Kunkee)
fix for UNION with DISTINCT or ORDER BY(Bruce)
gettimeofday configure check(Doug Winterburn)
Fix "indexes not used" bug(Vadim)
docs additions(Thomas)
Fix for backend memory leak(Bruce)
libreadline cleanup(Erwan MAS)
Remove DISTDIR(Bruce)
Makefile dependency cleanup(Jeroen van Vianen)
ASSERT fixes(Bruce)