| From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | brian(at)traceme(dot)com |
| Subject: | Can we only add values to enums? |
| Date: | 2018-03-12 23:28:53 |
| Message-ID: | 152089733343.1222.6927268289645380498@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/9.5/static/sql-altertype.html
Description:
I need to add a value to an enum, so I found this page, which answered my
question. However, I found it quite confusing that it only documents adding
a value. I would expect it to also document how to remove a value from an
enum? Is this not possible? If not, I consider it a bug. But either way, if
it is not possible, you should explicitly document it on this page.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | PG Doc comments form | 2018-03-15 10:18:54 | Synopsis of SELECT statement: UNION, INTERSECTION, EXCEPT |
| Previous Message | Tom Lane | 2018-03-11 18:04:23 | Re: Documentation for numeric/decimal type does not say that precision can be specified without scale |