summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-26 18:34:19 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-26 18:34:19 +0200
commite813de6090b4fb9f4087e4f5523ef08b1f68d760 (patch)
tree03bb9ef926ffce58876bbf79e290bd91f745023b /debian/control
parentf50d79f02724bcfd2ab7b64d8c002acdb9fabcf9 (diff)
downloadmerchant-e813de6090b4fb9f4087e4f5523ef08b1f68d760.tar.gz
merchant-e813de6090b4fb9f4087e4f5523ef08b1f68d760.tar.bz2
merchant-e813de6090b4fb9f4087e4f5523ef08b1f68d760.zip
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/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 9baf7e7f..362e86ad 100644
--- a/debian/control
+++ b/debian/control
@@ -55,7 +55,7 @@ Depends:
${misc:Depends},
${shlibs:Depends}
Recommends:
- postgresql (>=13.0),
+ postgresql (>=15.0),
apache2 | nginx | httpd
Description: GNU's payment system merchant backend.
.