From: | "MauMau" <maumau307(at)gmail(dot)com> |
---|---|
To: | "Christian Ullrich" <chris(at)chrullrich(dot)net>, <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: PostgreSQL in Windows console and Ctrl-C |
Date: | 2014-06-24 11:03:27 |
Message-ID: | A654AF930E974AEDA6479F23A09219CE@maumau |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
From: "Christian Ullrich" <chris(at)chrullrich(dot)net>
> On non-Windows platforms, the --background option is not passed, and the
> option handling is unmodified except for an additional pair of braces. The
> postmaster does not pass the option to its children on any platform.
> pg_ctl does not pass the option anywhere but on Windows, and postmaster.c
> does not recognize it anywhere else. If it is encountered on a platform
> where it does not make sense, it will be treated like any other (unknown)
> long option.
OK.
> Restart is implemented as stop/start, so, yes.
Then, please mention restart mode as well like "start and restart mode" for
clarification.
Regards
MauMau
From | Date | Subject | |
---|---|---|---|
Next Message | Sebastian Reitenbach | 2014-06-24 11:37:13 | Re: PostgreSQL for VAX on NetBSD/OpenBSD |
Previous Message | Abhijit Menon-Sen | 2014-06-24 10:59:46 | Re: Hooks Docu - list of hooks |