Re: Implementing replace function - Mailing list pgsql-general

From Alexander Farber
Subject Re: Implementing replace function
Date
Msg-id AANLkTi=XYFH6RvzgBQ4-Ou08ybXGbx1JqDqkcz8O2jQd@mail.gmail.com
Whole thread Raw
In response to Re: Implementing replace function  (Alexander Farber <alexander.farber@gmail.com>)
List pgsql-general
[corrected typo, sorry]

And wouldn't a pure SQL-function solution be:
to call an INSERT followed by an UPDATE in its body
and ignoring the error? (don't know how ignore that error
best though, so that I don't ignore other critical errors)

pgsql-general by date:

Previous
From: Alexander Farber
Date:
Subject: Re: Implementing replace function
Next
From: Pavel Stehule
Date:
Subject: Re: Implementing replace function