Re: Bug: Default parameters in functions not being maintained in pgAdmin definition

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Paragon Corporation <lr(at)pcorp(dot)us>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Bug: Default parameters in functions not being maintained in pgAdmin definition
Date: 2012-09-11 17:36:57
Message-ID: 1347385017.1945.80.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Fri, 2012-09-07 at 11:02 -0400, Paragon Corporation wrote:
> I'm using 1.16 beta 4 on Windows (the version that comes with EDB PostgreSQL
> 9.2RC1)
>
> When I do this:
>
> CREATE OR REPLACE FUNCTION test_defaults(param_int integer, param_def text
> DEFAULT NULL::text)
> RETURNS text AS
> $$
> SELECT $2;
> $$
> language sql;
>
>
> Then right click or look in code paid to see the function created, it shows
> this:
>
> CREATE OR REPLACE FUNCTION public.test_defaults(param_int integer, param_def
> text)
> RETURNS text AS
> $BODY$
> SELECT $2;
> $BODY$
> LANGUAGE sql VOLATILE
> COST 100;
>
>
> As a result I can' reuse it becauseit says default parameters can't be
> changed.
>

Works for me on 1.16.0. Can you try on the final release, please?

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2012-09-11 17:39:41 Re: Double click to edit column
Previous Message Efe Erdoğru 2012-09-08 15:02:27 Double click to edit column