Re: Review handling of MOVE and FETCH (ToDo) - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Review handling of MOVE and FETCH (ToDo)
Date
Msg-id 1254295087.10072.0.camel@fsopti579.F-Secure.com
Whole thread Raw
In response to Re: Review handling of MOVE and FETCH (ToDo)  (John Naylor <jcnaylor@gmail.com>)
Responses Re: Review handling of MOVE and FETCH (ToDo)
List 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 by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Hot Standby on git
Next
From: Stephen Frost
Date:
Subject: Re: [PATCH] Reworks for Access Control facilities (r2311)