From: Marcin Siodelski Date: Fri, 26 Aug 2016 10:13:53 +0000 (+0200) Subject: [4562] Corrected error in unit tests doxygen documentation. X-Git-Tag: trac4633_base~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8af6ca8b99013e24ba0db0890a72416002d6423d;p=thirdparty%2Fkea.git [4562] Corrected error in unit tests doxygen documentation. --- diff --git a/doc/devel/unit-tests.dox b/doc/devel/unit-tests.dox index 59722bf488..bda19c4801 100644 --- a/doc/devel/unit-tests.dox +++ b/doc/devel/unit-tests.dox @@ -186,7 +186,7 @@ Password for user keatest: psql (9.1.12) Type "help" for help. -keatest=> ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT ALL ON TABLES to keatest_readonly; +keatest=> ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT SELECT ON TABLES to keatest_readonly; ALTER DEFAULT PRIVILEGES keatest=> \q @endverbatim