Re: PL/pgSQL Todo, better information in errcontext from plpgsql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Pavel Stehule" <pavel(dot)stehule(at)hotmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: PL/pgSQL Todo, better information in errcontext from plpgsql
Date: 2006-10-04 16:32:46
Message-ID: 8113.1159979566@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Pavel Stehule" <pavel(dot)stehule(at)hotmail(dot)com> writes:
> I miss some info in context: function's oid, function's argumenst and
> schema. Maybe:

> 199292 function public.foo(int, int, int) language plpgsql statement return
> line 10

Putting the OID there is a seriously awful idea, not least because it
would make it impossible to have stable regression-test outputs.

I'm not really convinced that we need more than the function name.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Strong, David 2006-10-04 16:36:07 Another aspect of set_ps_display ()
Previous Message Andrew Dunstan 2006-10-04 16:12:21 Re: [PATCHES] vcbuild bison check