Re: Possible To Modify Part of String in Certain Rows?

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Hunter Hillegas <lists(at)lastonepicked(dot)com>
Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Possible To Modify Part of String in Certain Rows?
Date: 2004-06-24 17:50:09
Message-ID: 40DB1451.8050700@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

You could do it with a function in plPHP, plPython or plTCL fairly easily.

J

Hunter Hillegas wrote:
> Is there any reasonable PGSQL query that could do something like this:
>
> Find all the releases from the releases table. For each release, do what is
> basically a find and replace on a column? Each column contains slightly
> different data and so the find and replace is not a constant. There needs to
> be some 'variable' in there.
>
> Am I making any sense?
>
> Thanks,
> Hunter
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd(at)commandprompt(dot)com - http://www.commandprompt.com
Mammoth PostgreSQL Replicator. Integrated Replication for PostgreSQL

Attachment Content-Type Size
jd.vcf text/x-vcard 640 bytes

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Boes 2004-06-24 18:21:42 Ranking values within a query (pseudo-ROWNUM)
Previous Message Hunter Hillegas 2004-06-24 17:35:11 Possible To Modify Part of String in Certain Rows?