Mention that there will be no feedback.

Started by PG Bug reporting formover 2 years ago2 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

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.

#2David G. Johnston
david.g.johnston@gmail.com
In reply to: PG Bug reporting form (#1)
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.