Re: uppercase = lowercase - Mailing list pgsql-general

From Jeff Eckermann
Subject Re: uppercase = lowercase
Date
Msg-id 20030214210600.52973.qmail@web20807.mail.yahoo.com
Whole thread Raw
In response to Re: uppercase = lowercase  (Dennis Gearon <gearond@cvc.net>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: In 7.3.1, will I be able to reindex toast?
Next
From: Tilo Schwarz
Date:
Subject: Broken idocs?