Re: AW: Fix for tablename in targetlist

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: AW: Fix for tablename in targetlist
Дата
Msg-id 200105211742.f4LHgei03662@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: AW: Fix for tablename in targetlist  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Zeugswetter Andreas SB  <ZeugswetterA@wien.spardat.at> writes:
> >> select pg_class from pg_class; 
> 
> > Probably a valid interpretation would be if type pg_class or opaque had an 
> > output function.
> 
> Hmm, good point.  We shouldn't foreclose the possibility of handling
> things that way.  Okay, I'm convinced: allowing .* to be omitted isn't
> a good idea.
> 

OK, old patch causing an elog being added now.

--  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-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Plans for solving the VACUUM problem
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Is stats update during COPY IN really a good idea?