Re: Missing defaults for function arguments
От | Ashesh Vashi |
---|---|
Тема | Re: Missing defaults for function arguments |
Дата | |
Msg-id | CAG7mmozSkd0N6oBEVotExfj48mjfXU5=tYCtM8J9kHDGDwu-PQ@mail.gmail.com обсуждение исходный текст |
Ответ на | Missing defaults for function arguments (Michal Kozusznik <kozusznik.michal@ifortuna.cz>) |
Ответы |
Re: Missing defaults for function arguments
|
Список | 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

On Fri, Jun 8, 2012 at 3:14 PM, Michal Kozusznik <kozusznik.michal@ifortuna.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@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support
В списке pgadmin-support по дате отправления: