summaryrefslogtreecommitdiff
path: root/doc/presentation.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/presentation.txt')
-rw-r--r--doc/presentation.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/presentation.txt b/doc/presentation.txt
index e2075e6..bb708db 100644
--- a/doc/presentation.txt
+++ b/doc/presentation.txt
@@ -17,7 +17,7 @@
== Problem: Benutzertrennung
-image:conflict.svg[]
+image:conflict.svg[height="85%"]
== Transaktionen
@@ -52,11 +52,11 @@ ROLLBACK TRANSACTION;
== Separate Datenbanken
-image:multi-db.svg[]
+image:multi-db.svg[height="85%"]
== Read-Only
-image:read-only.svg[]
+image:read-only.svg[height="85%"]
[source,sql]
----
@@ -66,7 +66,7 @@ GRANT SELECT ON ALL TABLES IN SCHEMA public TO sqlbox_read;
== Benutzer-Anfrage
-image:query.svg[]
+image:query.svg[width="100%"]
== SQLBox Modul