diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-09-26 18:33:37 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-09-26 18:33:52 +0200 |
commit | d289a7f43089b75f097bec1a6d33905dd5d0543e (patch) | |
tree | 24662b753403486e08e8fe788b0d08f64bda53ca /debian | |
parent | 963806d95a73f059c67d8124f106da1b45c8cec1 (diff) |
just tested with Postgres 13, had odd problems with arrays, pg15 works nicely, let's not support ancient PG versions in the future
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4ef9863dc..e50e76ecf 100644 --- a/debian/control +++ b/debian/control @@ -80,7 +80,7 @@ Depends: Recommends: taler-exchange-offline (= ${binary:Version}), apache2 | nginx | httpd, - postgresql (>=13.0) + postgresql (>=15.0) Description: GNU's payment system operator. GNU Taler is the privacy-preserving digital payment system from the GNU project. This package contains the |