Reported by Robins Tharakan
This commit is contained in:
Magnus Hagander 2017-12-09 11:40:31 +01:00
parent 7e0c574ee2
commit d8f632caec
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@ transformColumnDefinition(CreateStmtContext *cxt, ColumnDef *column)
if (cxt->partbound)
ereport(ERROR,
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
errmsg("identify columns are not supported on partitions")));
errmsg("identity columns are not supported on partitions")));
ctype = typenameType(cxt->pstate, column->typeName, NULL);
typeOid = HeapTupleGetOid(ctype);