Can we only add values to enums?

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Can we only add values to enums?
Дата
Msg-id 152089733343.1222.6927268289645380498@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Can we only add values to enums?  (Euler Taveira <euler@timbira.com.br>)
Список 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.

В списке pgsql-docs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Documentation for numeric/decimal type does not say that precision can be specified without scale
Следующее
От: PG Doc comments form
Дата:
Сообщение: Synopsis of SELECT statement: UNION, INTERSECTION, EXCEPT