Re: Uppercase to lowercase trigger?

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Uppercase to lowercase trigger?
Дата
Msg-id 4FA23A15.6060105@hogranch.com
обсуждение исходный текст
Ответ на Re: Uppercase to lowercase trigger?  (Ken Tanzer <ken.tanzer@gmail.com>)
Ответы Re: Uppercase to lowercase trigger?  (Chrishelring <christianhelring@gmail.com>)
Список pgsql-general
On 05/03/12 12:50 AM, Ken Tanzer wrote:
> What if you created separate tables with the fields in uppercase,
> either with different names or better yet the same names and a
> different schema?  It seems you could put triggers on those tables,
> and have your trigger translate the field names and make the updates
> to the real tables instead.

if one of the applications is read only on this table,  you could use a
view with the alternate version of the names.





--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast


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

Предыдущее
От: Ken Tanzer
Дата:
Сообщение: Re: Uppercase to lowercase trigger?
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Memory Management in pqlib, Garbage Collection support