Re: [DOCS] PL/pgSQL examples NOT involving functions - Mailing list pgsql-sql

From Roland Roberts
Subject Re: [DOCS] PL/pgSQL examples NOT involving functions
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-sql
>>>>> "Christopher" == Christopher Kings-Lynne <[email protected]> writes:
   Christopher> Interesting.  I see you are trying to simulate   Christopher> MySQL's 'REPLACE INTO' syntax.

Actually, I've never used MySQL.  Instead, this is the type of thing
I've seen done in Oracle.

roland
--            PGP Key ID: 66 BC 3B CD
Roland B. Roberts, PhD                             RL Enterprises
[email protected]                     76-15 113th Street, Apt 3B
[email protected]                       Forest Hills, NY 11375


pgsql-sql by date:

Previous
From: [email protected] (dino ck)
Date:
Subject: How to return more than one row of data from a function in PL/pgSQL
Next
From: Tom Lane
Date:
Subject: Re: How to use COPY in a function ?