From 0290afe1d9e7eb26c9b6bc12c48eb6311c07a7cd Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 19 Mar 2002 18:53:01 +0000 Subject: [PATCH] Put back development status section overwritten by Bruce. --- doc/src/sgml/release.sgml | 37 ++++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index f9fba7014c..7ad9f01835 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -5,6 +5,36 @@ $Header$ Release Notes + + &version; Development Branch + + + Below is a subset of the changes that have gone into the + development branch of PostgreSQL since version 7.2. For a complete + list of changes, consult the CVS logs. + + + + + + + Release 7.2.1 @@ -203,9 +233,10 @@ Fix for array subscripts handling (Tom) - The timestamp() function is no longer - available. Use timestamp 'string' instead, - or CAST. + The timestamp(), time(), + and interval() functions are no longer + available. Instead of timestamp(), use + timestamp 'string' or CAST. -- 2.39.5