mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Message wording improvements
This commit is contained in:
@@ -1989,7 +1989,7 @@ partitioned_table_reloptions(Datum reloptions, bool validate)
|
||||
ereport(ERROR,
|
||||
errcode(ERRCODE_WRONG_OBJECT_TYPE),
|
||||
errmsg("cannot specify storage parameters for a partitioned table"),
|
||||
errhint("Specify storage parameters for its leaf partitions, instead."));
|
||||
errhint("Specify storage parameters for its leaf partitions instead."));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user