Re: Prevent printing "next step instructions" in initdb and pg_upgrade
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Magnus Hagander <magnus@hagander.net>
Cc: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2020-10-06T14:31:22Z
Lists: pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes: > The use case for this is for example the debian or redhat package wrappers. > When these commands are run under those wrappers the printed instructions > are *wrong*. It's better in that case to exclude them, and let the wrapper > be responsible for printing the correct instructions. Hm, does it matter? I think those wrappers send the output to /dev/null anyway. regards, tom lane
Commits
-
Remove extra Success message at the end of initdb
- e7f429148549 14.0 landed