Fix vim-induced typo.

This commit is contained in:
Robert Haas 2011-06-02 15:08:47 -04:00
parent 21538377ee
commit 5295fa8c0b
1 changed files with 1 additions and 1 deletions

View File

@ -7387,7 +7387,7 @@ ATExecChangeOwner(Oid relationOid, Oid newOwnerId, bool recursing, LOCKMODE lock
default:
ereport(ERROR,
(errcode(ERRCODE_WRONG_OBJECT_TYPE),
errmsg("\"%s\" is not a table, view, sequence, or foreign tabl, or foreign tablee",
errmsg("\"%s\" is not a table, view, sequence, or foreign table",
NameStr(tuple_class->relname))));
}