How to force some char type columns to be stored in uppercase

Поиск
Список
Период
Сортировка
От Andrus
Тема How to force some char type columns to be stored in uppercase
Дата
Msg-id 58B7004F635A43F5B4942567CD6A8378@dell2
обсуждение исходный текст
Ответы Re: How to force some char type columns to be stored in uppercase
Список pgsql-general
in 8.1+ many char(n) type columns must be in uppercase in database.
What is best way to force this ?

Should insert and update triggers created for every table or is there better
way,
for example by creation domain or adding some attribute to column and
creating global trigger?

Andrus


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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: Tuning PostgreSQL for very large database
Следующее
От: Cstdenis
Дата:
Сообщение: Re: Distinct on a non-sort column