Re: [pgadmin-hackers] Regarding storenode in Slony

2013-10-14 Thread Neel Patel
Hi Ashesh, On Mon, Oct 14, 2013 at 6:28 PM, Ashesh Vashi wrote: > > On 14 Oct 2013 18:21, "Neel Patel" wrote: > > > > Hi, > > > > As per the slony documentation and code "storenode" API requires below > two arguments. > > > > storenode(p_no_comment integer, p_no_id text) > Have you cross check

Re: [pgadmin-hackers] Regarding storenode in Slony

2013-10-14 Thread Ashesh Vashi
On 14 Oct 2013 18:21, "Neel Patel" wrote: > > Hi, > > As per the slony documentation and code "storenode" API requires below two arguments. > > storenode(p_no_comment integer, p_no_id text) Have you cross checked with older version of Slony1? > > > As per the pgAdmin code we are executing below SQ

[pgadmin-hackers] Regarding storenode in Slony

2013-10-14 Thread Neel Patel
Hi, As per the slony documentation and code "storenode" API requires below two arguments. *storenode(p_no_comment integer, p_no_id text)* * * * * As per the pgAdmin code we are executing below SQL which is wrong. * * SELECT "_".storeNode(99, 'AdminNode', false); Following are the steps ( Postgr

Re: [pgadmin-hackers] Patch for EDB binary path not set by default.

2013-10-14 Thread Dinesh Kumar
Hi Dave, Thanks for your valuable inputs. On Fri, Oct 11, 2013 at 7:05 PM, Dave Page wrote: > Hi > > > On Wed, Oct 9, 2013 at 2:12 PM, Dinesh Kumar < > [email protected]> wrote: > >> Hi Dave/Team, >> >> When we install a 32-bit pgAdmin-III in a windows 64-bit machine, which >> is al