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 <[email protected]> Bug: #15356 Branch ------ REL9_5_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/8345bd40acdad115e9cafac744fbe565dedbd68e Modified Files -------------- doc/src/sgml/ref/create_type.sgml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
