]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[595-permission-problem-with-posgresql-read-only-unit-test] Added welcome message... 595-permission-problem-with-posgresql-read-only-unit-test
authorFrancis Dupont <fdupont@isc.org>
Wed, 5 Jun 2019 12:49:33 +0000 (14:49 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 9 Jul 2019 18:31:23 +0000 (14:31 -0400)
doc/devel/unit-tests.dox

index 9f238021af0f7fb6aaf1eb25529f4f7d9ad30686..43e70651a9d89577d777a3b39eb0894a5d8c181b 100644 (file)
@@ -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;