diff options
-rw-r--r-- | doc/presentation.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/presentation.txt b/doc/presentation.txt index 8312967..75fcf2b 100644 --- a/doc/presentation.txt +++ b/doc/presentation.txt @@ -57,6 +57,12 @@ image:multi-db.svg[] image:read-only.svg[] +[source,sql] +---- +create user sqlbox_read with password 'XXXXXX'; +GRANT SELECT ON ALL TABLES IN SCHEMA public TO sqlbox_read; +---- + == Testdaten [source,sql] |