Put back development status section overwritten by Bruce.
authorTom Lane
Tue, 19 Mar 2002 18:53:01 +0000 (18:53 +0000)
committerTom Lane
Tue, 19 Mar 2002 18:53:01 +0000 (18:53 +0000)
doc/src/sgml/release.sgml

index f400b21fb2c3d2ab6809fc5904c9f382cd90f756..1692e522a4302e963dd2ae7aa7c59365f538d397 100644 (file)
@@ -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.
+  
+
+
+
+DOMAINs (types that are constrained versions of base types)
+Access privileges on functions
+Access privileges on procedural languages
+CREATE DATABASE has OWNER option so superuser can create DB for someone else
+Kerberos 5 support now works with Heimdal
+Database and user-specific session defaults of run-time configurations variables
+    (ALTER DATABASE ... SET and ALTER USER ... SET)
+]]>
+
+
   
    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.