| From: | "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | BUG #1224: Restarting postgres appends extra -D argument |
| Date: | 2004-08-18 22:22:09 |
| Message-ID: | 20040818222209.DFF835A115E@www.postgresql.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 1224
Logged by: David Maggard
Email address: drm31415(at)charter(dot)net
PostgreSQL version: 7.4.3
Operating system: Redhat Enterprise Linux ES 3.0 Update 1
Description: Restarting postgres appends extra -D argument
Details:
I installed from the src, I am using
/postgresql-7.4.3/contrib/startup-scripts/linux, I have found that
restarting postgresql via the sysV script or pg_ctl like either of the
following:
service postgres restart
pg_ctl restart -D /usr/local/pgsql/data
results in an extra '-D /usr/local/pgsql/data' being appended each time it
is done, you can see this by running either of the following after each
restart:
service postgres status
pg_ctl status -D /usr/local/pgsql/data
this isn't a problem for me, but I thought it might be a potential problem
for someone else
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Fuhr | 2004-08-18 23:47:42 | 8.0.0beta1: get_home_path link problem |
| Previous Message | Stefanos Harhalakis | 2004-08-18 20:48:51 | Re: pgsql 8.0.0b1 - openssl detection |