Re: A small bug in gram.y

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: A small bug in gram.y
Дата
Msg-id 4AF016FE020000250002C1CB@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: A small bug in gram.y  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote:
>           select nosuchfunction(1,2,3,avalidfunction(4));
>                ^
> 
>           select nosuchfunction(1,2,3,avalidfunction(4));
>                                                      ^
> 
> Which of these is less likely to be misread about which function is
> being complained of?
Actually, I much prefer what PostgreSQL does.  :-)
ERROR:  function nosuchfunction(integer, integer, integer, integer)
does not exist
LINE 1: select nosuchfunction(1,2,3,avalidfunction(4));              ^
HINT:  No function matches the given name and argument types. You
might need to add explicit type casts.
But, anyway, point taken.
-Kevin


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: EOL for 7.4?
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: EOL for 7.4?