From: Francis Dupont Date: Wed, 5 Jun 2019 12:49:33 +0000 (+0200) Subject: [595-permission-problem-with-posgresql-read-only-unit-test] Added welcome message... X-Git-Tag: Kea-1.6.0-beta2~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6477cd52d8b1de4cd8cf3a4d9d4c0ca2628f74f5;p=thirdparty%2Fkea.git [595-permission-problem-with-posgresql-read-only-unit-test] Added welcome message from Debian 10 vm --- diff --git a/doc/devel/unit-tests.dox b/doc/devel/unit-tests.dox index 9f238021af..43e70651a9 100644 --- a/doc/devel/unit-tests.dox +++ b/doc/devel/unit-tests.dox @@ -198,7 +198,8 @@ keatest=> \q @verbatim $ psql -h localhost -U keatest -d keatest Password for user keatest: -psql (9.1.12) +psql (11.3 (Debian 11.3-1)) +SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, bits: 256, compression: off) Type "help" for help. keatest=> GRANT SELECT ON ALL TABLES IN SCHEMA public TO keatest_readonly;