Mention that there will be no feedback.
Started by PG Bug reporting formover 2 years ago2 messagesdocs
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/16/tutorial-createdb.html
Description:
You might want to mention that createdb will give no feedback after creating
database. Neither will dropdb.
Re: Mention that there will be no feedback.
On Thursday, November 23, 2023, PG Doc comments form <noreply@postgresql.org>
wrote:
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/16/tutorial-createdb.html
Description:You might want to mention that createdb will give no feedback after
creating
database. Neither will dropdb.
But it does, like all commands it produces an exit code, which is 0 for
success.
David J.