From 333eded9f3e5c06412762c46178796863a9560e5 Mon Sep 17 00:00:00 2001 From: Rogier Date: Wed, 30 Dec 2015 23:07:43 +0100 Subject: [PATCH] Mention that postgresql is not an official minetest backend in the manual --- doc/manual.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/manual.rst b/doc/manual.rst index 28b0d22..af0db62 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -346,6 +346,19 @@ Detailed Description of Options By default (``auto``), the database is obtained from the world configuration, and there is no need to set it, + PostgreSQL support is currently (january 2016) not officially available + in minetest. Two different unofficial patches exist: one by ShadowNinja, and + one by johnnyjoy. Minetestmapper supports both implementations. + + Git tree for ShadowNinja's version: + + https://github.com/ShadowNinja/minetest/tree/PostgreSQL + + Pull request for johnnyjoy's version: + + https://github.com/minetest/minetest/pull/2912 + + ``--bgcolor `` ..................... Specify the background color for the image. See `Color Syntax`_ below.