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 /README | |
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 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ These are the direct dependencies for running a Taler exchange: - GNUnet >= 0.16.0 - GNU libmicrohttpd >= 0.9.71 -- PostgreSQL >= 13.0 +- PostgreSQL >= 15.0 |