Re: wrong handling of character params in debugger

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Wolfgang Pasche <pasche(dot)wolfgang(at)arcor(dot)de>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: wrong handling of character params in debugger
Date: 2009-04-22 19:03:34
Message-ID: 937d27e10904221203u448929a9m5833119f1c8cab4c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Wed, Apr 22, 2009 at 7:24 PM, Wolfgang Pasche
<pasche(dot)wolfgang(at)arcor(dot)de> wrote:
> Hi,
> I am running PostgreSQL 8.7.3 on Windows Vista (binary MSI distribution)
> and have the following problem with the included pgAdmin Version (1.8.4)
> as well as with the actual Beta release (1.9.0-Dev, Feb 27 2009,
> rev:7617:7618):
> If I enter the debugger for a function with character parameters, the
> debugger only transfers the first byte to the function, regardless of
> the actual length of the given value. The call of the function from a
> SQL windows or from psql is working correctly. Oh, the function is
> written in PL/pgsql. I don't know if the same happens for other languages.

Test case please?

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Willy-Bas Loos 2009-04-23 10:14:29 Re: pgAdmin hang on connection drop/reconnect
Previous Message Wolfgang Pasche 2009-04-22 18:24:01 wrong handling of character params in debugger