Re: uppercase = lowercase

From: Jeff Eckermann <jeff_eckermann(at)yahoo(dot)com>
To: gearond(at)cvc(dot)net, Ken Guest <kguest(at)stockbyte(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: uppercase = lowercase
Date: 2003-02-14 21:06:00
Message-ID: 20030214210600.52973.qmail@web20807.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


--- Dennis Gearon <gearond(at)cvc(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tilo Schwarz 2003-02-14 21:08:50 Broken idocs?
Previous Message Bruce Momjian 2003-02-14 21:05:12 Re: In 7.3.1, will I be able to reindex toast?