From fd2c06409e1f2a2c6cf84f47bd25c3b9e9c1df40 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 31 Jan 2013 01:24:35 +0100 Subject: pres: Add commands to Read-Only section --- doc/presentation.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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] -- cgit