> * -Add COMMENT ON for all cluster global objects (roles, databases
PostgreSQL TODO List
====================
-Last updated: Sat Feb 11 23:44:09 EST 2006
+Last updated: Sun Feb 12 01:50:38 EST 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
* Add NOVICE output level for helpful messages like automatic sequence/index
creation
-* %Add COMMENT ON for all cluster global objects (roles, databases
+* -Add COMMENT ON for all cluster global objects (roles, databases
and tablespaces)
* -Make row-wise comparisons work per SQL spec
-Last updated: Sat Feb 11 23:44:09 EST 2006
+Last updated: Sun Feb 12 01:50:38 EST 2006
The most recent version of this document can be viewed at
Add NOVICE output level for helpful messages like automatic sequence/index
creation
-
%Add COMMENT ON for all cluster global objects (roles, databases
+
-Add COMMENT ON for all cluster global objects (roles, databases
and tablespaces)
-Make row-wise comparisons work per SQL spec
Right now, '(a, b) < (1, 2)' is processed as 'a < 1 and b < 2', but