Re: Regex help again (sorry, I am bad at these)

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Melvin Davidson <melvin6925(at)gmail(dot)com>
Cc: Christopher Molnar <cmolnar(at)ourworldservices(dot)com>, PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Regex help again (sorry, I am bad at these)
Date: 2015-12-28 19:42:23
Message-ID: CAKFQuway=4hU-P5+hziutH7s-p2ox9f=oBDw4JFwpVH330kRBQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Dec 28, 2015 at 12:25 PM, Melvin Davidson <melvin6925(at)gmail(dot)com>
wrote:

> Will this work?
>
> UPDATE your_table
> SET your_column = REPLACE (your_column, 'HVACR1114_LAB_13A.pdf',
> '&file=HVACR1114_LAB_13A.pdf')
> WHERE <whatever_expression is needed>;
>
> Your mileage may vary because you have not stated your VERSION of
> PostgreSQL or your O/S.
>
>
​What part of your solution is version or O/S dependent?

David J.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Melvin Davidson 2015-12-28 19:52:56 Re: Regex help again (sorry, I am bad at these)
Previous Message David G. Johnston 2015-12-28 19:41:06 Re: Regex help again (sorry, I am bad at these)