A.16. リリース6.3.1

リリース日: 1998-03-23

要約:

6.3を使用していた場合は、ダンプ/リストアは必要ありません。 'make distclean'、'make'、'make install'のみが必要です。 最後の段階はpostmasterが稼働していない状態で行なわなければなりません。 Postgresライブラリを使用する独自のアプリケーションは 全て再リンクしなければなりません。

バージョン6.3以前のインストレーションからのアップグレードの場合は、 バージョン6.3のインストールとインストレーションの移行を参照して下さい。

A.16.1. 詳細な変更点一覧

ecpg cleanup/fixes, now version 1.1(Michael Meskes)
pg_user cleanup(Bruce)
large object fix for pg_dump and tclsh (alvin)
LIKE fix for multiple adjacent underscores
fix for redefining builtin functions(Thomas)
ultrix4 cleanup
upgrade to pg_access 0.83
updated CLUSTER manual page
multibyte character set support, see doc/README.mb(Tatsuo)
configure --with-pgport fix
pg_ident fix
big-endian fix for backend communications(Kataoka)
SUBSTR() and substring() fix(Jan)
several jdbc fixes(Peter)
libpgtcl improvements, see libptcl/README(Randy Kunkee)
Fix for "Datasize = 0" error(Vadim)
Prevent \do from wrapping(Bruce)
Remove duplicate Russian character set entries
Sunos4 cleanup
Allow optional TABLE keyword in LOCK and SELECT INTO(Thomas)
CREATE SEQUENCE options to allow a negative integer(Thomas)
Add "PASSWORD" as an allowed column identifier(Thomas)
Add checks for UNION target fields(Bruce)
Fix Alpha port(Dwayne Bailey)
Fix for text arrays containing quotes(Doug Gibson)
Solaris compile fix(Albert Chin-A-Young)
Better identify tcl and tk libs and includes(Bruce)