Skip to content

Commit

Permalink
Add the list of the supported column types in the editing.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 29, 2023
1 parent 7703834 commit f221a18
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 f221a18

Please sign in to comment.