From: | Vik Fearing <vik(at)2ndquadrant(dot)fr> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Long options for pg_ctl waiting |
Date: | 2016-09-03 20:57:08 |
Message-ID: | f4ee16cf-27d7-d71a-efb5-1c08c6a2627a@2ndquadrant.fr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
One thing that has been irking me ever since I came to PostgreSQL is the
fact that pg_ctl -w (and -W) don't have longhand equivalents. I like to
use the long version in scripts and such as extra documentation, and
I've never been able to with these. What's more, I keep forgetting that
--wait (and --no-wait) aren't a thing.
Trivial patch attached.
--
Vik Fearing +33 6 46 75 15 36
http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support
Attachment | Content-Type | Size |
---|---|---|
pg_ctl_wait-01.patch | invalid/octet-stream | 1.9 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Gavin Flower | 2016-09-03 23:01:38 | Re: sequence data type |
Previous Message | Tom Lane | 2016-09-03 20:48:04 | Re: [PATCH] Alter or rename enum value |