Release 7.2

Release Date

2002-02-04

This release improves PostgreSQL™ for use in high-volume applications.

Major changes in this release:

A dump/restore using pg_dump is required for those wishing to migrate data from any previous release.

Observe the following incompatibilities:

The SELECT ... LIMIT #,# syntax will be removed in the next release. You should change your queries to use separate LIMIT and OFFSET clauses, e.g. LIMIT 10 OFFSET 20.