Thanks for the response.
You will already have my last posting. The script, BTW, I referred to at
/etc/postgresql/postmaster.init has the tag PGALLOWTCPIP=yes/no and the
default is no.
regards,
Bill
>= Original Message From Jesus Aneiros <[EMAIL PROTECTED]> =
>Check the script in /etc/
Check the script in /etc/rc.d/init.d/postgresql it doesn't accept
parameters in the command linea except start, stop, status. Change the
line that runs postmaster adding -i option.
--
Jesus Aneiros Sosa
mailto:[EMAIL PROTECTED]
http://jagua.cfg.sld.cu/~aneiros
On Sat, 26 Aug 2000, Tom Lane wrote
That's it.
Found the switch in /etc/postgresql/postmaster.init.
Thank you very much,
Bill
>= Original Message From Tom Lane <[EMAIL PROTECTED]> =
>Bill Barnes <[EMAIL PROTECTED]> writes:
>> kgb10:/home/billb# /etc/init.d/postgreql start -i
>> Starting PostgreSQL postmaster
>> kgb10:/home
Bill Barnes <[EMAIL PROTECTED]> writes:
> kgb10:/home/billb# /etc/init.d/postgreql start -i
> Starting PostgreSQL postmaster
> kgb10:/home/billb# ps ax | grep postmaster
> 24746 pts/5S 0:00 /usr/lib/postgresql/bin/postmaster -b
> /usr/lib/postgresql/bin/postgres -B 1
Running Debian 2.2.
Had to reinstall postgresql 7.02
Can access database with psql but not pgaccess.
The log that follows is from a stop and restart of postmaster.
Script started on Sat Aug 26 01:17:33 2000
kgb10:/home/billb# /etc/init.d/postgresql stop
Stopping PostgreSQL postmaster
Stopped /us