From f221a18da60c448c34247fde1f4faa4e3057af19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Mon, 28 Aug 2023 16:23:24 +0200 Subject: [PATCH] Add the list of the supported column types in the editing. --- doc/administrator/editing.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/administrator/editing.rst b/doc/administrator/editing.rst index f80a939829..d5b038c0f8 100644 --- a/doc/administrator/editing.rst +++ b/doc/administrator/editing.rst @@ -53,6 +53,22 @@ To be editable, a layer should satisfy the following requirements: } } +7. The supported column types are: + + * ``integer`` + * ``numeric`` + * ``character varying`` + * ``text`` + * ``boolean`` + * ``date`` + * ``time without time zone`` + * ``timestamp without time zone`` + + Note that the following types will not working correctly with the timezone: + + * ``time with time zone`` + * ``timestamp with time zone`` + .. _administrator_editing_editable: