From f1f222843ed81008968dd6d71d5153f16215b8ee 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 | 39 +++++++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index f400b21fb2..1692e522a4 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,10 +1,40 @@ 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.40.0