Re: [HACKERS] add_missing_from in 8.1

2005-04-07 Thread Neil Conway
Neil Conway wrote: I'd like to make add_missing_from=false the default for 8.1. Any objections? FYI, I've applied a patch that makes this change to CVS HEAD. -Neil ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTEC

Re: [HACKERS] add_missing_from in 8.1

2005-04-04 Thread Neil Conway
Tom Lane wrote: Huh? DELETE hasn't got a tlist to transform ... Yeah -- on looking closer, the patch copied and pasted a bunch of tlist transformation code from UPDATE, but AFAICS there is no need for it. -Neil ---(end of broadcast)--- TIP 7: don't

Re: [HACKERS] add_missing_from in 8.1

2005-04-01 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: > Euler Taveira de Oliveira wrote: >> Are you talking about DELETE FROM bar USING foo ? I submitted a patch >> some months ago. > At a quick glance, looks pretty good. It needs regression tests, and I'd > also like to refactor the analyze.c additions to use

Re: [HACKERS] add_missing_from in 8.1

2005-03-31 Thread Neil Conway
Euler Taveira de Oliveira wrote: Are you talking about DELETE FROM bar USING foo ? I submitted a patch some months ago. At a quick glance, looks pretty good. It needs regression tests, and I'd also like to refactor the analyze.c additions to use the same code UPDATE uses for the tlist transformat

Re: [HACKERS] add_missing_from in 8.1

2005-03-31 Thread Bruce Momjian
Neil Conway wrote: > Bruce Momjian wrote: > > Wow, seems I lost that somehow. > > BTW, I personally think it is fine for patch submitters to send "ping" > mails if your patch is not applied or reviewed within a reasonable > period of time -- this is standard practice among the GCC community, >

Re: [HACKERS] add_missing_from in 8.1

2005-03-31 Thread Neil Conway
Bruce Momjian wrote: Wow, seems I lost that somehow. BTW, I personally think it is fine for patch submitters to send "ping" mails if your patch is not applied or reviewed within a reasonable period of time -- this is standard practice among the GCC community, for example. I certainly have a ten

Re: [HACKERS] add_missing_from in 8.1

2005-03-31 Thread Bruce Momjian
Euler Taveira de Oliveira wrote: > Hi, > > > > I'd like to make add_missing_from=false the default for 8.1. Any > > objections? > > > > We still don't have a solution for DELETE, do we? > > > Are you talking about DELETE FROM bar USING foo ? I submitted a patch > some months ago. > http://archiv

Re: [HACKERS] add_missing_from in 8.1

2005-03-31 Thread Euler Taveira de Oliveira
Hi, > > I'd like to make add_missing_from=false the default for 8.1. Any > objections? > > We still don't have a solution for DELETE, do we? > Are you talking about DELETE FROM bar USING foo ? I submitted a patch some months ago. http://archives.postgresql.org/pgsql-patches/2004-12/msg00169.php

Re: [HACKERS] add_missing_from in 8.1

2005-03-30 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: > I'd like to make add_missing_from=false the default for 8.1. Any objections? We still don't have a solution for DELETE, do we? regards, tom lane ---(end of broadcast)--- TIP 9: the p