diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61eb93b6f9498dd0951373b7214a0c3d85186b5c..2e21e0a38cedb11051f9044b727b5c0f5c8abb8c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
 Upcoming version:
 -----------------
+  - added comment about how to disable postgreSQL cache (Nikolaus Krismer)
   - changed location of datasets on dbis-informatik (srid used as suffix now) (Nikolaus Krismer)
   - added support for chaging srid and fixed problem with exported datasets (did not contain density) (Nikolaus Krismer)
   - always installing phpliteadmin when using spatialite now (Nikolaus Krismer)
diff --git a/conf/postgresql.conf b/conf/postgresql.conf
index 3befd6333e5d928df29e6c8bbe9018439634abc4..cdc19fdeb21e9d21963f2429005819d9b248969a 100644
--- a/conf/postgresql.conf
+++ b/conf/postgresql.conf
@@ -113,7 +113,7 @@ max_connections = 100			# (change requires restart)
 
 # - Memory -
 
-#shared_buffers = 128kB			# deactivates postgreSql caching
+#shared_buffers = 128kB			# deactivates caching
 shared_buffers = 128MB			# min 128kB
 								# (change requires restart)
 #temp_buffers = 8MB			# min 800kB