mirror of
https://github.com/postgres/postgres.git
synced 2026-02-16 17:19:08 -05:00
pg_upgrade: Improve message indentation
Fix commit f295494d33 to use consistent four-space indentation for
verbose messages.
This commit is contained in:
parent
753177604b
commit
930e1faec5
1 changed files with 1 additions and 1 deletions
|
|
@ -1656,7 +1656,7 @@ check_for_not_null_inheritance(ClusterInfo *cluster)
|
|||
"If the parent column(s) are NOT NULL, then the child column must\n"
|
||||
"also be marked NOT NULL, or the upgrade will fail.\n"
|
||||
"You can fix this by running\n"
|
||||
" ALTER TABLE tablename ALTER column SET NOT NULL;\n"
|
||||
" ALTER TABLE tablename ALTER column SET NOT NULL;\n"
|
||||
"on each column listed in the file:\n"
|
||||
" %s", output_path);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue