Re: [HACKERS] [PATCHES] DELETE ... USING

2005-04-11 Thread Thomas F.O'Connell
Just to prevent a copy/paste error, I'd correct will no fail to will now fail in the suggested text below... -tfo -- Thomas F. O'Connell Co-Founder, Information Architect Sitening, LLC Strategic Open Source: Open Your i http://www.sitening.com/ 110 30th Avenue North, Suite 6 Nashville, TN

Re: [HACKERS] [PATCHES] DELETE ... USING

2005-04-10 Thread Josh Berkus
Bruce, If everyone else is OK with having it fail, that is fine with me, but I wanted to make sure folks saw this was happening. I basically saw no discussion that we were disabling that syntax. [CC moved to hackers.] I believe we hashed this out when we added add_missing_from back in 7.3.

Re: [HACKERS] [PATCHES] DELETE ... USING

2005-04-08 Thread Bruce Momjian
Neil Conway wrote: Bruce Momjian wrote: I just checked current CVS and see exactly what you describe: test= SELECT pg_class.* LIMIT 0; ERROR: missing FROM-clause entry for table pg_class test= SET add_missing_from=true; SET test= SELECT

Re: [HACKERS] [PATCHES] DELETE ... USING

2005-04-08 Thread Bruce Momjian
Tom Lane wrote: Bruce Momjian pgman@candle.pha.pa.us writes: test= SELECT pg_class.* LIMIT 0; NOTICE: adding missing FROM-clause entry for table pg_class Is this what we want? I don't think so. I thought we wanted to maintain the backward-compatible syntax of no FROM clause.

Re: [HACKERS] [PATCHES] DELETE ... USING

2005-04-08 Thread Tom Lane
Bruce Momjian pgman@candle.pha.pa.us writes: Tom Lane wrote: Well, the discussion earlier in the week concluded that add_missing_from=true should emit a notice in every case where add_missing_from=false would fail. Do you want to argue against that conclusion? I didn't realize that SELECT

Re: [HACKERS] [PATCHES] DELETE ... USING

2005-04-04 Thread Neil Conway
[ CC'ing hackers to see if anyone else wants to weigh in ] Tom Lane wrote: Of course, the entire reason this didn't happen years ago is that we couldn't agree on what keyword to use... you sure you want to reopen that discussion? Sure, it doesn't seem too difficult to settle to me. I don't think