summaryrefslogtreecommitdiff
path: root/sql/dispatch/expected
AgeCommit message (Collapse)Author
2012-05-25public.create_partition: drop rule logic from hereMarko Kreen
No point maintaing it in two places. Let the code stay as-is.
2012-05-24create_partition: also load rules from master tableMarko Kreen
2011-12-30handlers.dispatch: Move grants into sql functionMarko Kreen
The grants can be loaded via information_schema, thus no need to do it in Python.
2011-11-18create_partition.sql: regtests, add indexesMarko Kreen
- add indexes and constraints from parent table - use timestamptz instead of timestamptz - regtests