File: unit.control

package info (click to toggle)
postgresql-unit 7.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,540 kB
  • sloc: sql: 1,768; ansic: 1,334; lex: 358; yacc: 140; perl: 100; makefile: 40; sh: 25
file content (7 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
default_version = '7'
comment = 'SI units extension'
# the unit_prefixes/unit_units tables can be installed in an arbitrary schema,
# but can not be relocated later:
relocatable = false
# unit_load() is written in plpgsql:
requires = 'plpgsql'