Re: PGAdmin4 debugger - unable to call ltree functions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ib(at)ianbellsoftware(dot)com
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: PGAdmin4 debugger - unable to call ltree functions
Date: 2018-04-26 23:04:49
Message-ID: 8828.1524783889@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Ian Bell" <ib(at)ianbellsoftware(dot)com> writes:
> My function TestLtree() is being executed in the PGAdmin debugger. The
> debugger requires I define the argument being passed, I set this to 'a.b.c'
> and I have confirmed in the debugger that this is indeed what is passed into
> the function.

> I do not understand what you mean by "You haven't shown us what you are
> doing on that end". I am only using the debugger to test a simple function
> - nothing more.

Well, I'd say that *something* is calling that function with an argument
different from what you expect. It's entirely possible that this is a
bug in PGAdmin's debugger. Again, you'd be best off discussing it on the
pgadmin lists rather than here.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message a 2018-04-27 01:13:18 Parameter passing in trigger function write in C
Previous Message Ian Bell 2018-04-26 22:47:31 RE: PGAdmin4 debugger - unable to call ltree functions