pgsql: doc: Clarify CREATE TYPE ENUM documentation - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Clarify CREATE TYPE ENUM documentation
Date
Msg-id E1gP1m0-0002Eo-9x@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/69bae23727253ca8b7616226020e241b8e923f4d

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Refine some guc.c help texts
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Make WAL description output more consistent