Thread: pgsql: doc: Clarify CREATE TYPE ENUM documentation

pgsql: doc: Clarify CREATE TYPE ENUM documentation

From
Peter Eisentraut
Date:
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
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3954554464a5cc62651f6f15fa1a053251060ebb

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