File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ postgresql-unit (7.2-2) unstable; urgency=medium
2+
3+ * Upload for PostgreSQL 12.
4+
5+ -- Christoph Berg <
[email protected] > Thu, 31 Oct 2019 14:33:26 +0100
6+
17postgresql-unit (7.2-1) unstable; urgency=medium
28
39 * Rewire PostgreSQL 12's new extra_float_digits=1 default internally to 0 to
Original file line number Diff line number Diff line change @@ -12,12 +12,11 @@ Vcs-Git: https://github.com/ChristophBerg/postgresql-unit.git
1212Vcs-Browser: https://github.com/ChristophBerg/postgresql-unit
1313Homepage: https://github.com/ChristophBerg/postgresql-unit
1414
15- Package: postgresql-11 -unit
15+ Package: postgresql-12 -unit
1616Architecture: any
17- Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-11
17+ Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-12
1818Description: SI Units for PostgreSQL
1919 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
2020 base units can be combined to named and unnamed derived units using operators
2121 defined in the PostgreSQL type system. SI prefixes are used for input and
2222 output, and quantities can be converted to arbitrary scale.
23-
You can’t perform that action at this time.
0 commit comments