Re: PL/pgSQL, RAISE and error context - Mailing list pgsql-hackers

From Tom Lane
Subject Re: PL/pgSQL, RAISE and error context
Date
Msg-id 2721.1441469157@sss.pgh.pa.us
Whole thread Raw
In response to Re: PL/pgSQL, RAISE and error context  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: PL/pgSQL, RAISE and error context  (Joe Conway <mail@joeconway.com>)
Counting lines correctly in psql help displays  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: PL/pgSQL, RAISE and error context  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
I wrote:
> If there are not major objections, I'll work on cleaning up and
> committing the patch.

Pushed.  I'm not too sure about the expected outputs for python other
than 2.6, nor for sepgsql, but hopefully the buildfarm will provide
feedback.

BTW, I noticed that the PageOutput line counts for psql's usage(),
slashUsage(), and helpVariables() were all three wrong, which I'm afraid
has been their usual state in the past too.  Since commit 07c8651dd91d5aea
there's been a pretty easy way to check them, which I added comments
about; but I don't hold much hope that that will fix anything.  I wonder
whether there's some way to not need to maintain those counts manually.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Fwd: Core dump with nested CREATE TEMP TABLE
Next
From: Joe Conway
Date:
Subject: Re: PL/pgSQL, RAISE and error context