summaryrefslogtreecommitdiff
path: root/sql/dispatch
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: special-case for public grantMarko Kreen
2012-05-24create_partition: also load rules from master tableMarko Kreen
2012-01-03create partition: cleanup codeMarko Kreen
- use proper quoting - simplify grants - use "including defaults" to lessen differences from "including all"
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
2011-02-11Dispatcher handlerEgon Valdmees