Re: Review handling of MOVE and FETCH (ToDo)

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: John Naylor <jcnaylor(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Review handling of MOVE and FETCH (ToDo)
Date: 2009-09-30 07:18:07
Message-ID: 1254295087.10072.0.camel@fsopti579.F-Secure.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2009-09-30 10:59:11 Re: [PATCH] Reworks for Access Control facilities (r2311)
Previous Message Heikki Linnakangas 2009-09-30 06:33:44 Re: Hot Standby on git