Re: Review handling of MOVE and FETCH (ToDo)

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Review handling of MOVE and FETCH (ToDo)
Дата
Msg-id 1254295087.10072.0.camel@fsopti579.F-Secure.com
обсуждение исходный текст
Ответ на Re: Review handling of MOVE and FETCH (ToDo)  (John Naylor <jcnaylor@gmail.com>)
Ответы Re: Review handling of MOVE and FETCH (ToDo)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Mon, 2009-09-28 at 10:44 -0700, John Naylor wrote:
> +
>   errmsg("statement FETCH returns more rows."),
> +
>   errhint("Multirows fetch are not allowed in PL/pgSQL.")));
> 
> This might sound better as "statement FETCH returns multiple rows.",

errmsg should be without period.

> and "Multirow FETCH is not allowed in PL/pgSQL."

That might better be errdetail.




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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Hot Standby on git
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: [PATCH] Reworks for Access Control facilities (r2311)