Re: Fix for tablename in targetlist

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fix for tablename in targetlist
Дата
Msg-id 26056.992440328@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Fix for tablename in targetlist  (Gavin Sherry <swm@linuxworld.com.au>)
Список pgsql-hackers
> On Tue, 12 Jun 2001, Bruce Momjian wrote:
>> I am confused.  I thought I fixed this about a month ago.  Do we need
>> more coded added here?  

You did, and we don't.  In current sources:

regression=# SELECT pg_class FROM pg_class;
ERROR:  You can't use relation names alone in the target list, try relation.*.
regression=#

One might quibble with the wording of the error message, but at least
it's to the point.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Indexing on a separate volume
Следующее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: AW: vacuum