Parcourir la source

[4562] Corrected error in unit tests doxygen documentation.

Marcin Siodelski il y a 8 ans
Parent
commit
8af6ca8b99
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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