From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Greg Stark <greg(dot)stark(at)enterprisedb(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: pgsql: Allow SQL-language functions to return the output of an |
Date: | 2008-11-01 17:44:34 |
Message-ID: | 15588.1225561474@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Greg Stark <greg(dot)stark(at)enterprisedb(dot)com> writes:
> This isn't the same thing as allowing RETURNING inside subqueries,
> right?
Right. You could fairly easily get that now by wrapping your RETURNING
query into a SQL function ... but I'm not sure that we want to advertise
that heavily, because the question of just when the subquery gets
executed still isn't resolved with any degree of precision. It might be
that the current behavior is fine, but I'm not feeling we should swear
to it.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Meskes | 2008-11-01 19:53:35 | pgsql: Move from strcmp to strncmp to be more tolerant for changes to |
Previous Message | Simon Riggs | 2008-11-01 15:01:20 | Re: [COMMITTERS] pgsql: Unite ReadBufferWithFork, ReadBufferWithStrategy, and |
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2008-11-01 17:54:47 | Well done, Hackers |
Previous Message | Simon Riggs | 2008-11-01 17:38:38 | Re: BufferAccessStrategy for bulk insert |