[ADMIN] password authentication failed

2009-12-16 Thread Sam Jas
password authentication failed for user "bucardo"  at ./bucardo_ctl line 191 /bucardo_ctl show all ../bucardo_ctl add db test I have created bucardo user with password goat & it is a superuser. Kindly suggest me to resolve this issue. I am following below link. http://bu

Re: [ADMIN] How to view the code of a function

2009-12-11 Thread Sam Jas
(1) select procsrc from pg_proc where proname like ''; (2) df+ -- Thanks Sam Jas --- On Fri, 11/12/09, Venkateswara Rao Bondada wrote: From: Venkateswara Rao Bondada Subject: [ADMIN] How to view the code of a function To: "pgsql-admin@postgresql.org" Date: Frida

Re: [ADMIN] Please Help... Service fails to start

2009-11-02 Thread Sam Jas
uch the file and restart the database. However, in this case you will be lose your data.  -- Thanks Sam Jas --- On Tue, 3/11/09, Tom Lane wrote: From: Tom Lane Subject: Re: [ADMIN] Please Help... Service fails to start To: "Hengky Lie" Cc: pgsql-admin@postgresql.org Date: Tuesd

Re: [ADMIN] Need help in enabling remote connection

2009-11-02 Thread Sam Jas
hostall all 10.0.0.1/24 trust >> host all all trust -- In postgresql.conf, i added the line listen_addresses = 10.0.0.* >> listen_address = * & then restart the server. -- Thanks Sam --- On Mon, 2/11/09, Shruthi A wrote: From: Shruthi A Subject: [