Re: Passing row set into PL/pgSQL function.

From: Lucas Clemente Vella <lvella(at)gmail(dot)com>
To: Craig Ringer <ringerc(at)ringerc(dot)id(dot)au>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Passing row set into PL/pgSQL function.
Date: 2012-09-20 05:47:37
Message-ID: CAGCathzebjRdZS1CgiZs8bwHUCNfdJ-JpS4ypGixw8a7rqnQkQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> http://www.depesz.com/2012/06/10/why-is-upsert-so-complicated/

I have already seen this page, I am OK in running SERIALIZABLE
transactions, and have no problem in replaying failed transactions due
to race condition. Anyway, that is completely off my issue: I need
upsert and I am prepared to deal with it. I just want to save typing
by creating a reusable function.

--
Lucas Clemente Vella
lvella(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Angelico 2012-09-20 06:08:21 Re: RFE: Column aliases in WHERE clauses
Previous Message Craig Ringer 2012-09-20 04:46:01 Re: Passing row set into PL/pgSQL function.