bug with out parameters

From: Rikard Pavelic <rikard(dot)pavelic(at)zg(dot)htnet(dot)hr>
To: pgadmin-support(at)postgresql(dot)org
Subject: bug with out parameters
Date: 2007-10-04 22:47:02
Message-ID: 47056D66.6070608@zg.htnet.hr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi!

I'd like to report a bug with PgAdmin 1.8 beta 5

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);

Regards,
Rikard

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2007-10-05 10:02:28 Re: [pgadmin-support] RFE: Add a TRUNCATE script to scripts menu
Previous Message Andrew Lazarus 2007-10-04 17:19:48 Re: RFE: Add a TRUNCATE script to scripts menu