Re: Postgres Problem

2002-02-07 Thread Burak ÖZLER
Thanks for your replies I'll try the script. I solve the problem by reading pgsql-novice lists archives. Thanks Burak - Original Message - From: "Rob Finneran" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 08, 2002 8:22 AM Su

RE: Postgres Problem

2002-02-07 Thread Rob Finneran
; su - $PGUSER -c "$DAEMON restart -D '$PGDATA' -s -m fast" echo "ok" ;; status) su - $PGUSER -c "$DAEMON status -D '$PGDATA'" ;; *) # Print help echo "Usage: $0 {start|stop|restart|sta

Re: Postgres Problem

2002-02-07 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 7 Feb 2002, [iso-8859-9] Burak ÖZLER wrote: >I'm trying to implement an e-biz solution with PHP + PostgreSQL. I >get the i-386 ISO's of enigma & installed it. We are using a Debian >2.2 (Our ISP provide it) gateway for Internet access. When we

Re: Postgres Problem

2002-02-07 Thread Rob Saul
How is PostgreSQL being started? I think by default the server is started up listening on a local socket. There is a command line flag to change this that I can remember right off the top of my head. I seem to remember running into a similar problem using a PHP library that expected a TCP socke

Re: Postgres Problem

2002-02-07 Thread Jeff Hogg
-Original Message- From: Burak ÖZLER <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, February 07, 2002 4:04 AM Subject: Postgres Problem Hi All I'm trying to implement an e-biz solution with PHP + PostgreSQL. I get the i-38