AW: Fix for tablename in targetlist

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема AW: Fix for tablename in targetlist
Дата
Msg-id 11C1E6749A55D411A9670001FA6879633682DC@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Список pgsql-hackers
> > I tend to agree that we should not change the code to make "select tab"
> > work, on the grounds of error-proneness.
> 
> OK, here is another patch that does this:
> 
>     test=> select test from test;
>      test 
>     ------
>         1
>     (1 row)

I object also. It is not a feature, and it might stand in the way of a future interpretation.
What does it buy you except saving the 2 chars '.*' ? Imho it is far from obvious behavior.

Andreas


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

Предыдущее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: Plans for solving the VACUUM problem
Следующее
От: Patrick Welche
Дата:
Сообщение: shared library strangeness?