Browse Source

[4562] Corrected error in unit tests doxygen documentation.

Marcin Siodelski 8 years ago
parent
commit
8af6ca8b99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/devel/unit-tests.dox

+ 1 - 1
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