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