Missing defaults for function arguments

From: Michal Kozusznik <kozusznik(dot)michal(at)ifortuna(dot)cz>
To: <pgadmin-support(at)postgresql(dot)org>
Subject: Missing defaults for function arguments
Date: 2012-06-08 09:44:56
Message-ID: 4FD1C998.9010900@ifortuna.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgadmin-support

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)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2012-06-08 09:49:39 Re: Missing defaults for function arguments
Previous Message Begina Felicysym 2012-06-07 21:29:47 Re: Odp: pgAdmin website commit: Ugh, fix for a huge mistake

Browse pgadmin-support by date

  From Date Subject
Next Message Ashesh Vashi 2012-06-08 09:49:39 Re: Missing defaults for function arguments
Previous Message Colin Beckingham 2012-06-08 07:57:50 Jumping around in viewport in long tables