mirror of
https://github.com/postgres/postgres.git
synced 2026-07-14 20:31:00 -04:00
parent
bc3ae886a7
commit
52e118fe2f
1 changed files with 1 additions and 1 deletions
|
|
@ -2635,7 +2635,7 @@ check_old_cluster_global_names(ClusterInfo *cluster)
|
|||
{
|
||||
fclose(script);
|
||||
pg_log(PG_REPORT, "fatal");
|
||||
pg_fatal("Your installation contains databases, roles, or tablespace with names\n"
|
||||
pg_fatal("Your installation contains databases, roles, or tablespaces with names\n"
|
||||
"with invalid characters (newline or carriage return). To fix this,\n"
|
||||
"rename these objects.\n"
|
||||
"A list of all objects with invalid names is in the file:\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue