Log Message:
-----------
Add:

> * Simplify ability to create partitioned tables
> 
>   This would allow creation of partitioned tables without requiring
>   creation of rules for INSERT/UPDATE/DELETE, and constraints for
>   rapid partition selection.  Options could include range and hash
>   partition selection.
> 
> * Allow auto-selection of partitioned tables for min/max() operations

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1969 -> r1.1970)
        
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1969&r2=1.1970)
    pgsql/doc/src/FAQ:
        TODO.html (r1.471 -> r1.472)
        
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.471&r2=1.472)

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to