From c14f2ac6da3eff957ef46998b226d48c369a8d6e Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Wed, 28 Sep 2016 02:51:36 +0200 Subject: postgresql: move some binaries to pgsql-cli-extra Signed-off-by: Daniel Golle --- libs/postgresql/patches/900-pg_ctl-setuid.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/postgresql/patches') 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")); -- cgit v1.2.3