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

From: Jim Nasby <jimn(at)enterprisedb(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)hotmail(dot)com>
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-hackers(at)postgresql(dot)org
Subject: Re: PL/pgSQL Todo, better information in errcontext from plpgsql
Date: 2006-10-06 02:41:25
Message-ID: 4E87A78C-0758-4976-9903-3A395A2D5796@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Oct 5, 2006, at 9:30 AM, Pavel Stehule wrote:
> With func oid I can get all other info later, without it, I need
> estimate which functions are in stack track.

Why do you need the OID to know exactly what function something is?
What's wrong with schema.function(args)?
--
Jim Nasby jim(at)nasby(dot)net
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)

--
Jim Nasby jimn(at)enterprisedb(dot)com
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Nasby 2006-10-06 02:44:55 Re: Query Failed, out of memory
Previous Message Jim Nasby 2006-10-06 02:40:57 Re: [HACKERS] timestamp subtraction (was Re: formatting intervals with to_char)