RE: starting postmaster problems

From: "Patrick Coulombe" <11h11(at)videotron(dot)ca>
To: "pgsql-novice" <pgsql-novice(at)postgresql(dot)org>
Subject: RE: starting postmaster problems
Date: 2000-10-13 14:57:53
Message-ID: 012601c03525$f6922990$4062c818@videotron.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

on my server, this is how i do it :

in etc/rc.d/rc.local :
/bin/su - postgres -c "/home/postgres/runpostgres"

runpostgres :
#!/bin/sh
export LC_CTYPE=koi8-r
export LC_COLLATE=koi8-r
postmaster -i -B 1024 -S -D/usr/local/pgsql/data/ -o '-Fe'

note that i run postgresql 6.
pat

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Gord Tomlin 2000-10-13 16:39:29 RE: Importing Data into Postgresql from MS Access
Previous Message davidb 2000-10-13 14:57:03 Re: Need more help on data bases over a intranet