]> granicus.if.org Git - postgresql/commitdiff
Typo fix.
authorRobert Haas <rhaas@postgresql.org>
Thu, 21 Apr 2011 02:05:16 +0000 (22:05 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 21 Apr 2011 02:05:16 +0000 (22:05 -0400)
src/backend/commands/tablecmds.c

index bb77c5311a965a9de8a7554ad0679767ed24fc37..26062f45602847f26f06da7480c0c9ee2eb8b67d 100644 (file)
@@ -4068,7 +4068,7 @@ find_typed_table_dependencies(Oid typeOid, const char *typeName, DropBehavior be
  *
  * Check whether a type is suitable for CREATE TABLE OF/ALTER TABLE OF.  If it
  * isn't suitable, throw an error.  Currently, we require that the type
- * originated with CREATE TABLE AS.  We could support any row type, but doing so
+ * originated with CREATE TYPE AS.  We could support any row type, but doing so
  * would require handling a number of extra corner cases in the DDL commands.
  */
 void