mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Message style fixes
This commit is contained in:
@ -639,7 +639,7 @@ DefineIndex(Oid relationId,
|
||||
if (partitioned && tablespaceId == MyDatabaseTableSpace)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
|
||||
errmsg("cannot specify default tablespace for partitioned relation")));
|
||||
errmsg("cannot specify default tablespace for partitioned relations")));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user