Re: Call for Google Summer of Code mentors, admins

From: David Fetter <david(at)fetter(dot)org>
To: Dimitri Fontaine <dimitri(at)2ndQuadrant(dot)fr>
Cc: Simon Riggs <simon(at)2ndQuadrant(dot)com>, PostgreSQL Advocacy <pgsql-advocacy(at)postgresql(dot)org>
Subject: Re: Call for Google Summer of Code mentors, admins
Date: 2013-04-09 16:13:04
Message-ID: 20130409161304.GQ22216@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-hackers

On Tue, Apr 09, 2013 at 10:22:20AM +0200, Dimitri Fontaine wrote:
> David Fetter <david(at)fetter(dot)org> writes:
> >> > UPDATE ... RETURNING OLD
> > There are several more DML operations with odd inability to return
> > rows, but UPDATE's the one that really stands out, and is a bite-sized
> > chunk in the sense of having a relatively small scope of design and
> > not touching parts of the system unless they use the new grammar.
>
> Which makes me think about having OLD and NEW "relations" available in
> per statement triggers, too. Would that be a SoC sized projects? Maybe
> if the relation is simply a SRF…

Are you envisioning this as a common infrastructure to both?

Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Joshua D. Drake 2013-04-09 16:19:06 Re: Heroku early upgrade is raising serious questions
Previous Message Michael Meskes 2013-04-09 16:01:19 Re: Heroku early upgrade is raising serious questions

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen R. van den Berg 2013-04-09 16:21:20 page 1 of relation global/11787 was uninitialized
Previous Message Tom Lane 2013-04-09 16:07:34 Re: [COMMITTERS] pgsql: Add sql_drop event for event triggers