Re: bug with out parameters

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Rikard Pavelic <rikard(dot)pavelic(at)zg(dot)htnet(dot)hr>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: bug with out parameters
Date: 2007-10-05 10:25:51
Message-ID: 4706112F.70204@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi,

Rikard Pavelic a écrit :
> I'd like to report a bug with PgAdmin 1.8 beta 5
>

Thanks.

> If function has in and out parameters like this
> function function_name(out,in,in,out)
>
> PgAdmin will create wrong DDL commands
> It will create command
> ALTER FUNCTION function_name(,in,in);
> instead of
> ALTER FUNCTION function_name(in,in);
>

You're right. I've just commited a fix for this. It should be available
on the RC release.

Thanks again.

Regards.

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Kieran McCusker 2007-10-05 10:32:47 Bug in Query tool (tested on Beta 5)
Previous Message Guillaume Lelarge 2007-10-05 10:02:28 Re: [pgadmin-support] RFE: Add a TRUNCATE script to scripts menu