Startup Script

From: "Duncan Kinder" <dckinder(at)mountain(dot)net>
To: <pgsql-general(at)postgreSQL(dot)org>
Subject: Startup Script
Date: 1999-10-12 18:13:54
Message-ID: 079c01bf14e2$bfcfe320$02010101@duncan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have been told on the Novice list that in order to start Postgres for an
Internet connection, it needs to have the -i flag set.

However, following the documentation, for RedHat automatic startups, I have
inserted the following language in my /etc/inittab file:

pg:2345:respawn:/bin/su - Postgres -c
"/usr/local/pgsql/bin/postmaster -D/usr/local/pgsql/data >>
/usr/local/pgsql/server.log 2>&1 </dev/null"

I would like to know how to edit this language so that Postgres will
automatically start with the -i flag.

This would enable me to work with the very interesing looking kpsql add-on,
which will not work unless I can set this -i flag.

Thanks in advance.

Regards,

Duncan C. Kinder
dckinder(at)mountain(dot)net

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Johann Höchtl 1999-10-12 18:28:03 Stored Procedures
Previous Message Moinak Ghosh 1999-10-12 17:58:50 Increasing BLCKSZ in include/config.h