Re: More efficient DELETE ... ?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: More efficient DELETE ... ?
Дата
Msg-id 200009300224.WAA02433@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [SQL] More efficient DELETE ... ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
Just a reminder that this is taken care of.  It only WARNs in cases
where we suspect they really made a mistake.
test=> select * from pg_class s where pg_class.oid =34;NOTICE:  Adding missing FROM-clause entry for table pg_class

> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > In fact, someone can just remove the #ifdef WARN_FROM defines around the
> > code and regenerate the regression tests and all will stay in sync.
> 
> IIRC, Thomas felt that his outer join changes were going to break those
> warnings anyway --- that's why we had them commented out.  No point in
> trying to turn them on until the outer-join dust settles.
> 
>             regards, tom lane
> 
> ************
> 
> 


--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-sql по дате отправления:

Предыдущее
От: Joel Mc Graw
Дата:
Сообщение: Re: invoke an external shell script from a function
Следующее
От: "Poul L. Christiansen"
Дата:
Сообщение: Re: Transaction isolation level for plpgsql