Re: uppercase = lowercase

Поиск
Список
Период
Сортировка
От Jeff Eckermann
Тема Re: uppercase = lowercase
Дата
Msg-id 20030214210600.52973.qmail@web20807.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: uppercase = lowercase  (Dennis Gearon <gearond@cvc.net>)
Список pgsql-general
--- Dennis Gearon <gearond@cvc.net> wrote:
> how do you mark it immutable?
>
Check the "create function" section in the manual,
under "sql commands".  The equivalent syntax for
versions prior to 7.3 is "with (iscachable)", which
you will see if you are running 7.2 or earlier.

We've just heard from one of the experts that you
should not have a problem with just "upper".  The
wrapping technique will probably be necessary for
custom functions however.


__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: In 7.3.1, will I be able to reindex toast?
Следующее
От: Tilo Schwarz
Дата:
Сообщение: Broken idocs?