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:45:15
Message-ID: AANLkTinK_vHCaHVdsdM3ojqDwYFe9KhuASspA2QFErGr@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2010-10-31 10:46:11 Re: Implementing replace function
Previous Message Alexander Farber 2010-10-31 10:36:44 Re: Implementing replace function