Re: Implementing replace function

From: Alexander Farber <alexander(dot)farber(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Implementing replace function
Date: 2010-10-31 10:46:22
Message-ID: AANLkTi=XYFH6RvzgBQ4-Ou08ybXGbx1JqDqkcz8O2jQd@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2010-10-31 10:47:19 Re: Implementing replace function
Previous Message Pavel Stehule 2010-10-31 10:46:11 Re: Implementing replace function