Alvaro Herrera <[EMAIL PROTECTED]> writes:
> Peter Eisentraut dijo:
>> $ postmaster --help
>> ...
>> Report bugs to <[EMAIL PROTECTED]>.
>> DEBUG: proc_exit(0)
>> DEBUG: shmem_exit(0)
>> DEBUG: exit(0)
>> $
Fixed: someone was sloppy about the initial value of server_min_messages.
> This is weird:
> $ postmaster -d1 --help
> FATAL: --help requires argument
> $
This is because --help is special-cased and only works at the first
argument position. As you have it, it's being taken as a GUC switch
name.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])