Doc: explicitly point out that enum values can't be dropped.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a9d0c862d53db353e9879acbeaa75a1c9fe39123
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2018-03-16T17:44:34Z
Releases: 9.3.23
Doc: explicitly point out that enum values can't be dropped.

This was not stated in so many words anywhere.  Document it to make
clear that it's a design limitation and not just an oversight or
documentation omission.

Discussion: https://postgr.es/m/152089733343.1222.6927268289645380498@wrigleys.postgresql.org

Files

PathChange+/−
doc/src/sgml/datatype.sgml modified +14 −6

Discussion