| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Marc Fromm" <Marc(dot)Fromm(at)wwu(dot)edu> |
| Cc: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: restarting postmaster |
| Date: | 2008-03-05 17:58:56 |
| Message-ID: | 1090.1204739936@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
"Marc Fromm" <Marc(dot)Fromm(at)wwu(dot)edu> writes:
> My system is Fedora Core 7 running postgresql 8.2.3-2.
> I can shutdown postgres and the postmaster with the single command
> "pg_ctl stop -m smart."
> According to the documentation I can restart the postmaster with "pg_ctl
> start." When I enter pg_ctl start, everything starts except the
> postmaster.
> Checking ps ax | grep post displays 4 postgres processes and no
> postmaster.
One of them is the postmaster.
postmaster and postgres are identical in recent PG releases;
what you're looking at is just a difference between pg_ctl and
the initscript about which name they choose to use.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Vishal Arora | 2008-03-06 06:45:41 | Time Zone in Postgres |
| Previous Message | Devrim GÜNDÜZ | 2008-03-05 17:37:42 | Re: Can't Download Postgresql-V8.2.4 for Redhat Enteprise-V4 |