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.mic...@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<pgadmin-support@postgresql.org> > ) > To make changes to your subscription: > http://www.postgresql.org/**mailpref/pgadmin-support<http://www.postgresql.org/mailpref/pgadmin-support> >