1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: postgresql-numeral
Section: database
Priority: optional
Maintainer: Christoph Berg <myon@debian.org>
Build-Depends:
architecture-is-64-bit <!pkg.postgresql.32-bit>,
bison,
debhelper-compat (= 13),
flex,
postgresql-all <!nocheck>,
postgresql-server-dev-all,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Git: https://github.com/df7cb/postgresql-numeral.git
Vcs-Browser: https://github.com/df7cb/postgresql-numeral
Homepage: https://github.com/df7cb/postgresql-numeral
Package: postgresql-17-numeral
Architecture: any
Depends:
${misc:Depends},
${postgresql:Depends},
${shlibs:Depends},
Description: numeral datatypes for PostgreSQL
This module provides numeric data types for PostgreSQL that use
numerals (words instead of digits) for input and output.
.
* numeral: English numerals (one, two, three, four, ...),
short scale (10^9 = trillion)
* zahl: German numerals (eins, zwei, drei, vier, ...),
long scale (10^9 = Milliarde)
* roman: Roman numerals (I, II, III, IV, ...)
|