diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-31 01:24:35 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-31 01:24:35 +0100 |
commit | fd2c06409e1f2a2c6cf84f47bd25c3b9e9c1df40 (patch) | |
tree | bd1c73a7d83bb92306a0dbad0e768f07c2dc3dbe /doc | |
parent | 49b2ad836a74f75197533862461b080704a87b42 (diff) | |
download | sqltutor-plugin-fd2c06409e1f2a2c6cf84f47bd25c3b9e9c1df40.tar.gz sqltutor-plugin-fd2c06409e1f2a2c6cf84f47bd25c3b9e9c1df40.tar.bz2 sqltutor-plugin-fd2c06409e1f2a2c6cf84f47bd25c3b9e9c1df40.zip |
pres: Add commands to Read-Only section
Diffstat (limited to 'doc')
-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] |