File: constants.py

package info (click to toggle)
python-django-postgres-extra 2.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,096 kB
  • sloc: python: 9,057; makefile: 17; sh: 7; sql: 1
file content (8 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
# comment placed on partition tables created by the partitioner
# partition tables that do not have this comment will _never_
# be deleted by the partitioner, this is a safety mechanism so
# manually created partitions aren't accidently cleaned up
AUTO_PARTITIONED_COMMENT = "psqlextra_auto_partitioned"


__all__ = ["AUTO_PARTITIONED_COMMENT"]