]> granicus.if.org Git - postgresql/commitdiff
Fix typo
authorMagnus Hagander <magnus@hagander.net>
Sat, 9 Dec 2017 10:40:31 +0000 (11:40 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sat, 9 Dec 2017 10:40:31 +0000 (11:40 +0100)
Reported by Robins Tharakan

src/backend/parser/parse_utilcmd.c

index 343e6b37381644ee10e47ab6e54e062fc94f270a..f67379f8ed6e930a18b4d9a42c435b33b23f0c6e 100644 (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);