summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorzeuner <github@quidecco.de>2017-01-09 17:03:13 +0100
committerNer'zhul <nerzhul@users.noreply.github.com>2017-01-09 17:03:13 +0100
commit11df7e886a674e280e3ec6f895c11fc1e70eb7b3 (patch)
tree965e8a13c9060408650006be4e0e1d135a54fa5b /README.txt
parent73fdb635974cb11521d80f15261b97d6fac53cd0 (diff)
downloadminetest-11df7e886a674e280e3ec6f895c11fc1e70eb7b3.tar.gz
minetest-11df7e886a674e280e3ec6f895c11fc1e70eb7b3.tar.bz2
minetest-11df7e886a674e280e3ec6f895c11fc1e70eb7b3.zip
support older PostGreSQL versions (#4999)
* support older PostGreSQL versions * documentation accuracy * improve performance by affecting less rows in UPDATE queries
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 8bd8554ed..4c02763ca 100644
--- a/README.txt
+++ b/README.txt
@@ -178,7 +178,7 @@ ENABLE_FREETYPE - Build with FreeType2; Allows using TTF fonts
ENABLE_GETTEXT - Build with Gettext; Allows using translations
ENABLE_GLES - Search for Open GLES headers & libraries and use them
ENABLE_LEVELDB - Build with LevelDB; Enables use of LevelDB map backend
-ENABLE_POSTGRESQL - Build with libpq; Enables use of PostgreSQL map backend (PostgreSQL 9.5 or greater required)
+ENABLE_POSTGRESQL - Build with libpq; Enables use of PostgreSQL map backend (PostgreSQL 9.5 or greater recommended)
ENABLE_REDIS - Build with libhiredis; Enables use of Redis map backend
ENABLE_SPATIAL - Build with LibSpatial; Speeds up AreaStores
ENABLE_SOUND - Build with OpenAL, libogg & libvorbis; in-game Sounds