Skip to content

Commit

Permalink
Merge pull request #10657 from camptocamp/backport/10655-to-2.8
Browse files Browse the repository at this point in the history
[Backport 2.8] Add the list of the supported column types in the editing.
  • Loading branch information
sbrunner authored Aug 29, 2023
2 parents 7703834 + f221a18 commit fa9ff84
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/administrator/editing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit fa9ff84

Please # to comment.