Simple question.... - Mailing list pgsql-general

From Summer
Subject Simple question....
Date
Msg-id Pine.SGI.4.05.9811231255480.658677-100000@waimea.cs.unm.edu
Whole thread Raw
In response to Creating function and aggregate - problem  ("Oliver Elphick" <olly@lfix.co.uk>)
Responses Re: [GENERAL] Simple question....  (Matthew Hixson <hixson@frozenwave.com>)
List pgsql-general
... I hope


I have a table with a couple of varchar columns that needs to have all it
values all capitalized.

SO this :

      id|last_name|first_m  |login_id|sex
    ----+---------+---------+--------+---
    1231|Reid     |Samuel R.|sreid   |M

would become :

      id|last_name|first_m  |login_id|sex
    ----+---------+---------+--------+---
    1231|REID     |SAMUEL R.|sreid   |M

This way when I bring them up alphabetically - it will be correct.
I remember seeing this on the list a couple of months ago but I cannot
remember the fix...

Thanks for any advice
Summer


pgsql-general by date:

Previous
From: Memphisto
Date:
Subject: ERROR: Unable to decode datetime
Next
From: Peter T Mount
Date:
Subject: Re: [GENERAL] User Gallery and Third Party pages merged and rebuilt...