Re: Missing defaults for function arguments

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Michal Kozusznik <kozusznik(dot)michal(at)ifortuna(dot)cz>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Missing defaults for function arguments
Date: 2012-06-08 09:49:39
Message-ID: CAG7mmozSkd0N6oBEVotExfj48mjfXU5=tYCtM8J9kHDGDwu-PQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgadmin-support

Hi Michal,

Can you please tell us, on which database server have connected through
pgAdmin3?
--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company<http://www.enterprisedb.com>

*http://www.linkedin.com/in/asheshvashi*<http://www.linkedin.com/in/asheshvashi>

On Fri, Jun 8, 2012 at 3:14 PM, Michal Kozusznik <
kozusznik(dot)michal(at)ifortuna(dot)cz> wrote:

> Hello guys.
> I want to report serious bug in pgAdmin 1.14.3.
> SQL pane, as well as create script for functions shows no defaults for
> function arguments. Doesn't matter if it is DEFAULT NULL nor some other
> datatype
> On the other hand function properties window shows defaults as expected.
>
> v1.14.0 shows everything correctly
>
>
> example:
>
> instead of
> CREATE OR REPLACE FUNCTION some_function(arg1 character varying, arg2
> integer DEFAULT NULL)
> v1.14.3 gives:
> CREATE OR REPLACE FUNCTION some_function(arg1 character varying, arg2
> integer)
>
> --
> Sent via pgadmin-support mailing list (pgadmin-support(at)postgresql(dot)**org<pgadmin-support(at)postgresql(dot)org>
> )
> To make changes to your subscription:
> http://www.postgresql.org/**mailpref/pgadmin-support<http://www.postgresql.org/mailpref/pgadmin-support>
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Michal Kozusznik 2012-06-08 09:53:00 Re: Missing defaults for function arguments
Previous Message Michal Kozusznik 2012-06-08 09:44:56 Missing defaults for function arguments

Browse pgadmin-support by date

  From Date Subject
Next Message Michal Kozusznik 2012-06-08 09:53:00 Re: Missing defaults for function arguments
Previous Message Michal Kozusznik 2012-06-08 09:44:56 Missing defaults for function arguments