A bug in binary distribution for S.u.S.E. 7.0 - Mailing list pgsql-hackers

From David Lizano
Subject A bug in binary distribution for S.u.S.E. 7.0
Date
Msg-id 4.3.2.7.0.20010216105017.00bbcf00@192.168.1.1
Whole thread Raw
List pgsql-hackers
Hello,

There is a bug in the binary distribution for S.u.S.E. 7.0; in the script 
"/etc/rc.d/postgres", in the "start" clause.

The -D option of the postmaster daemon is used to declare where is the data 
directory.

You do it like this:
postgres -D$datadir

but you must do it like this:
postgres -D $datadir

There must be a space among "-D" and "$datadir".


David Lizano

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
David Lizano - Director área técnica
correo-e: david.lizano@izanet.com

I Z A N E T - Servicios integrales de internet.
web: http://www.izanet.com/
Dirección: C/ Checa, 57-59, 3º D - 50.007 Zaragoza (España)
Teléfono: +34 976 25 80 23    Fax: +34 976 25 80 24
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




pgsql-hackers by date:

Previous
From: "Martin A. Marques"
Date:
Subject: wish list for 7.2 (ALTER TABLE)
Next
From: Online -- Goa
Date:
Subject: Backup from within Postgres