A.3. 版本 7.3.1

发布日期: 2002-12-18

这个版本修补了一些 7.3 的毛病。

A.3.1. 移植到 7.3.1

对那些使用 7.3 的人来说,需要转储/恢复。 不过,我们要提醒大家的是,PostgreSQL 的主要接口库, libpq 在这个版本里开始有一个新的 主版本号了,因此要求那些使用 libpq 的客户端代码进行一次重新链接。

A.3.2. 修补

Fix a core dump of COPY TO when client/server encodings don't match
  (Tom)
Allow pg_dump to work with pre-7.2 servers (Philip)
contrib/adddepend fixes (Tom)
Fix problem with deletion of per-user/per-database config settings
  (Tom)
contrib/vacuumlo fix (Tom)
Allow 'password' encryption even when pg_shadow contains MD5 passwords
  (Bruce)
contrib/dbmirror fix (Steven Singer)
Optimizer fixes (Tom)
contrib/tsearch fixes (Teodor Sigaev, Magnus)
Fix encoding name resolution to work in Turkish locale (Nicolai Tufar)
Increment libpq library's major version number (Bruce)
pg_hba.conf error reporting fixes (Bruce, Neil)
Add SCO OpenServer 5.0.4 as a supported platform (Bruce)
Prevent EXPLAIN from crashing server (Tom)
SSL fixes (Nathan Mueller)
Prevent composite column creation via ALTER TABLE (Tom)
Fix conversion between LATIN9 and UNICODE (Peter)
Translation updates