+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
- 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.