diff options
author | Daniel Golle <daniel@makrotopia.org> | 2016-09-28 02:51:36 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2016-09-28 14:45:27 +0200 |
commit | c14f2ac6da3eff957ef46998b226d48c369a8d6e (patch) | |
tree | 946ac6f907c9c73f911830b889cffaf319363893 /libs/postgresql/patches | |
parent | e4d981ee6846e539a630e7a5090db24f8bfa1258 (diff) |
postgresql: move some binaries to pgsql-cli-extra
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'libs/postgresql/patches')
-rw-r--r-- | libs/postgresql/patches/900-pg_ctl-setuid.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/postgresql/patches/900-pg_ctl-setuid.patch b/libs/postgresql/patches/900-pg_ctl-setuid.patch index 71ca2710e..f0bec3a13 100644 --- a/libs/postgresql/patches/900-pg_ctl-setuid.patch +++ b/libs/postgresql/patches/900-pg_ctl-setuid.patch @@ -15,7 +15,7 @@ Index: postgresql-9.5.4/src/bin/pg_ctl/pg_ctl.c printf(_(" -s, --silent only print errors, no informational messages\n")); printf(_(" -t, --timeout=SECS seconds to wait when using -w option\n")); +#if !defined(WIN32) && !defined(__CYGWIN__) -+ printf(_(" -U USERNAME user name of account PostgreSQL server is running as\n")); ++ printf(_(" -U, --username=NAME user name of account PostgreSQL server is running as\n")); +#endif printf(_(" -V, --version output version information, then exit\n")); printf(_(" -w wait until operation completes\n")); |