From: Tom Lane Date: Tue, 19 Mar 2002 18:53:01 +0000 (+0000) Subject: Put back development status section overwritten by Bruce. X-Git-Tag: REL7_3~1864 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1f222843ed81008968dd6d71d5153f16215b8ee;p=postgresql Put back development status section overwritten by Bruce. --- 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.