Re: DELETE ... USING

From: Neil Conway <neilc(at)samurai(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>, eulerto(at)yahoo(dot)com(dot)br
Subject: Re: DELETE ... USING
Date: 2005-04-05 01:07:58
Message-ID: 4251E4EE.3060404@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Tom Lane wrote:
> BTW, this patch is lacking ruleutils.c support. Put a DELETE USING
> into a rule and see whether pg_dump will dump the rule correctly ...

Good catch; a revised patch is attached.

-Neil

Attachment Content-Type Size
delete_using-6.patch text/x-patch 18.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2005-04-05 01:18:05 Re: DELETE ... USING
Previous Message Paul Tillotson 2005-04-05 00:52:43 Re: [HACKERS] plPHP in core?

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2005-04-05 01:18:05 Re: DELETE ... USING
Previous Message Neil Conway 2005-04-05 00:09:42 Re: avg(int2) and avg(int8) micro-opt