Re: Fw: [GENERAL] uppercase of char16

Поиск
Список
Период
Сортировка
От Ross J. Reedstrom
Тема Re: Fw: [GENERAL] uppercase of char16
Дата
Msg-id 19990810093640.A27644@wallace.ece.rice.edu
обсуждение исходный текст
Ответ на Fw: [GENERAL] uppercase of char16  (Safa Pilavcı <safa.pilavci@rumeli.net>)
Список pgsql-general
Hmm, char16 is not a currently recognized type - what version of
postgresql are you using? In 6.5, upper(foo) works for all the char and
text types of foo I can find.

Ross

On Tue, Aug 10, 1999 at 02:30:54PM +0300, Safa Pilavcý wrote:
> Please help....
>
>
> ----- Original Message -----
> From: Safa Pilavc? <safa.pilavci@rumeli.net>
> To: <pgsql-general@hub.org>
> Sent: 06 A?ustos 1999 Cuma 14:48
> Subject: [GENERAL] uppercase of char16
>
>
> > hello ,
> > My problem is with SQL statement,
> > I have a field like,
> >     my_field    char16
> >
> > this field contains charecters all lowercase but I want to get them
> uppercase as a
> > result of select statement..
> > I have tried ;
> >     select upper(my_field) from my_table;
> > but the followwing error occured.
> >
> > function upper(char16) does not exist
> >
> > How can I get uppercase output of my_field....
> >
> >
> > Safa Pilavc?
> >
> >
> >
>

--
Ross J. Reedstrom, Ph.D., <reedstrm@rice.edu>
NSBRI Research Scientist/Programmer
Computer and Information Technology Institute
Rice University, 6100 S. Main St.,  Houston, TX 77005

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

Предыдущее
От: Herouth Maoz
Дата:
Сообщение: Re: Fw: [GENERAL] uppercase of char16
Следующее
От: "Jackson, DeJuan"
Дата:
Сообщение: RE: [GENERAL] Backend cache problem revisited