Re: [pgadmin-hackers] [pgadmin-support] Missing defaults for function arguments

2012-06-11 Thread Dave Page
On Mon, Jun 11, 2012 at 5:43 PM, Ashesh Vashi wrote: > On Mon, Jun 11, 2012 at 10:07 PM, Dave Page wrote: > >> On Mon, Jun 11, 2012 at 5:32 PM, Ashesh Vashi >> wrote: >> > On Mon, Jun 11, 2012 at 6:30 PM, Dave Page wrote: >> >> >> >> >> >> >> >> On Sun, Jun 10, 2012 at 6:57 PM, Ashesh Vashi >>

Re: [pgadmin-hackers] [pgadmin-support] Missing defaults for function arguments

2012-06-11 Thread Ashesh Vashi
On Mon, Jun 11, 2012 at 10:07 PM, Dave Page wrote: > On Mon, Jun 11, 2012 at 5:32 PM, Ashesh Vashi > wrote: > > On Mon, Jun 11, 2012 at 6:30 PM, Dave Page wrote: > >> > >> > >> > >> On Sun, Jun 10, 2012 at 6:57 PM, Ashesh Vashi > >> wrote: > >>> > >>> Hi Dave/Guillaume, > >>> > >>> Please find

Re: [pgadmin-hackers] [pgadmin-support] Missing defaults for function arguments

2012-06-11 Thread Dave Page
On Mon, Jun 11, 2012 at 5:32 PM, Ashesh Vashi wrote: > On Mon, Jun 11, 2012 at 6:30 PM, Dave Page wrote: >> >> >> >> On Sun, Jun 10, 2012 at 6:57 PM, Ashesh Vashi >> wrote: >>> >>> Hi Dave/Guillaume, >>> >>> Please find the attached patch to resolve this issue. >>> In the following commit - the

Re: [pgadmin-hackers] [pgadmin-support] Missing defaults for function arguments

2012-06-11 Thread Ashesh Vashi
On Mon, Jun 11, 2012 at 6:30 PM, Dave Page wrote: > > > On Sun, Jun 10, 2012 at 6:57 PM, Ashesh Vashi < > ashesh.va...@enterprisedb.com> wrote: > >> Hi Dave/Guillaume, >> >> Please find the attached patch to resolve this issue. >> In the following commit - the file was modified and we were not ab

Re: [pgadmin-hackers] [pgadmin-support] Missing defaults for function arguments

2012-06-11 Thread Dave Page
On Sun, Jun 10, 2012 at 6:57 PM, Ashesh Vashi wrote: > Hi Dave/Guillaume, > > Please find the attached patch to resolve this issue. > In the following commit - the file was modified and we were not able to > spot the issue earlier. > a265fb2977253fce436e276320d337425639384c > > It can be applied

Re: [pgadmin-support] Missing defaults for function arguments

2012-06-10 Thread Ashesh Vashi
Hi Dave/Guillaume, Please find the attached patch to resolve this issue. In the following commit - the file was modified and we were not able to spot the issue earlier. a265fb2977253fce436e276320d337425639384c It can be applied to both branches - REL-1_14_0_PATCHES & master. -- Thanks & Regards

Re: [pgadmin-support] Missing defaults for function arguments

2012-06-08 Thread Ashesh Vashi
On Fri, Jun 8, 2012 at 3:23 PM, Michal Kozusznik < kozusznik.mic...@ifortuna.cz> wrote: > Hello > We have found this issue while working with postgresql 8.4 > pgAdmin run under Windows7 64bit. Confirmed by all guys working with > pgAdmin 1.14.3 on Win7 (others are working with older ver of pgAdm

Re: [pgadmin-support] Missing defaults for function arguments

2012-06-08 Thread Michal Kozusznik
Hello We have found this issue while working with postgresql 8.4 pgAdmin run under Windows7 64bit. Confirmed by all guys working with pgAdmin 1.14.3 on Win7 (others are working with older ver of pgAdmin) Dne 8.6.2012 11:49, Ashesh Vashi napsal(a): Hi Michal, Can you please tell us, on which

Re: [pgadmin-support] Missing defaults for function arguments

2012-06-08 Thread Ashesh Vashi
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.linkedin.com/in/asheshvashi* On

[pgadmin-support] Missing defaults for function arguments

2012-06-08 Thread Michal Kozusznik
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 s