pgsql: doc: Clarify CREATE TYPE ENUM documentation

Started by Peter Eisentrautover 7 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

doc: Clarify CREATE TYPE ENUM documentation

The documentation claimed that an enum type requires "one or more"
labels, but since 1fd9883ff49, zero labels are also allowed.

Reported-by: Lukas Eder <lukas.eder@gmail.com>
Bug: #15356

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/dc6b125316c8129c85e3fc0f5df872de6c94229f

Modified Files
--------------
doc/src/sgml/ref/create_type.sgml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)