Changing a column constraint?

Поиск
Список
Период
Сортировка
От Henry Holland
Тема Changing a column constraint?
Дата
Msg-id Pine.LNX.4.44.0202201019430.1326-100000@st12.stats.ru.ac.za
обсуждение исходный текст
Список pgsql-sql
Hi,

If I have a column constraint:addr_type char( 10 ) default 'street'CHECK( addr_type = 'street' || addr_type = 'pobox'
),
in a table, how can I add another choice to the list after I've already
entered data into the table?

Henry





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

Предыдущее
От: "Andy Marden"
Дата:
Сообщение: Dates and year 2000
Следующее
От: Richard Emberson
Дата:
Сообщение: Matching columns in rows from two tables