| From: | "Nigel J(dot) Andrews" <nandrews(at)investsystems(dot)co(dot)uk> |
|---|---|
| To: | Kathy Zhu <Kathy(dot)Zhu(at)Sun(dot)COM> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: ctrl+C |
| Date: | 2003-05-12 22:19:18 |
| Message-ID: | Pine.LNX.4.21.0305122316030.24875-100000@ponder.fairway2k.co.uk |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Mon, 12 May 2003, Kathy Zhu wrote:
> Hi,
>
> After I do psql, if I hit ctrl+C, it will terminate postmaster.
> The message in the log is :
>
> DEBUG: fast shutdown request
> DEBUG: aborting any active transactions
> FATAL 1: This connection has been terminated by the administrator.
> DEBUG: shutting down
> DEBUG: database system is shut down
>
>
> I wonder how to disable ctrl+c shutting down db.
> thanks,
> kathy
That is not what I get in psql. Are you sure that is what you mean. Perhaps you
mean you have started the postmaster and in the same terminal issued the
ctrl-c?
Can you give more details? PostgreSQL version, OS, the commands issued spring
to mind as being useful to know.
--
Nigel J. Andrews
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-05-12 22:22:24 | Re: ctrl+C |
| Previous Message | Kathy Zhu | 2003-05-12 22:02:20 | create db with -E |