Re: Error in documentation

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Justin Clift <jclift(at)iprimus(dot)com(dot)au>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Error in documentation
Date: 2001-05-07 15:55:36
Message-ID: 200105071555.f47Ftat08904@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs


OK, I have applied the following patch to clean up the Solaris problems
you reported.

> Hi guys,
>
> Just noticed an error in the 7.1.1 developer docs.
>
> In the Admin Guide, in chapter 3.3 "Starting the database server" it
> says :
>
> ***
>
> On Solaris, edit the file rc2.d to contain the following single line:
>
> su - postgres -c "/usr/local/pgsql/bin/pg_ctl start -l logfile -D
> /usr/local/pgsql/data"
>
> ***
>
> This is BADLY WRONG and won't work at all.
>
> Instead the person installing PostgreSQL needs to create a startup
> script as /etc/init.d/postgresql, then create a soft link from
> /etc/rc3.d/S[00..99]postgresql that script.
>
> The script though, can use the su command given above.
>
> i.e.
>
> echo 'su - postgres -c "/usr/local/pgsql/bin/pg_ctl start -l logfile -D
> /usr/local/pgsql/data"' > /etc/init.d/postgresql
> chmod 744 /etc/init.d/postgresql
> chown root:sys /etc/init.d/postgresql
> ln -s /etc/init.d/postgresql /etc/rc3.d/S10postgresql
>
> I haven't tried looking at the documentation .sgml source files and
> creating a patch, but if you guys want me to, I guess I could figure it
> out.
>
> Regards and best wishes,
>
> Justin Clift
>
> --
> "My grandfather once told me that there are two kinds of people: those
> who work and those who take the credit. He told me to try to be in the
> first group; there was less competition there."
> - Indira Gandhi
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Attachment Content-Type Size
unknown_filename text/plain 1.2 KB

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Justin Clift 2001-05-07 22:31:06 Re: Error in documentation
Previous Message Tom Lane 2001-05-06 00:50:06 Re: VACUUM not mentioned in administrator's guide!?