Author: wikier
Date: Wed Nov 11 10:29:55 2015
New Revision: 1713804
URL: http://svn.apache.org/viewvc?rev=1713804&view=rev
Log:
asserting psql version
Modified:
marmotta/site/trunk/content/markdown/kiwi/triplestore.md.vm
Modified: marmotta/site/trunk/content/markdown/kiwi/triplestore.md.vm
URL:
http://svn.apache.org/viewvc/marmotta/site/trunk/content/markdown/kiwi/triplestore.md.vm?rev=1713804&r1=1713803&r2=1713804&view=diff
==============================================================================
--- marmotta/site/trunk/content/markdown/kiwi/triplestore.md.vm (original)
+++ marmotta/site/trunk/content/markdown/kiwi/triplestore.md.vm Wed Nov 11
10:29:55 2015
@@ -90,7 +90,7 @@ store (all of them are good coding pract
performance implications):
* if you are interested in good performance (production environments), use a
- proper database (e.g. *PostgreSQL*)!
+ proper database (e.g. `PostgreSQL>=9.4`)!
* a RepositoryConnection has a direct correspondence to a database connection,
so it always needs to be closed properly; if you forget closing connections,
you
will have resource leakage pretty quickly