aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-04-20 22:05:16 -0400
committerRobert Haas <rhaas@postgresql.org>2011-04-20 22:05:16 -0400
commit0babcdf6cfdfb2a828056afc3172ec524f090fd5 (patch)
tree0a2ae91f7da8e04aff94fe94645cce375234165a
parent68739ba856c52e6721d6cffec21f1bf0327a9a7b (diff)
downloadpostgresql-0babcdf6cfdfb2a828056afc3172ec524f090fd5.tar.gz
postgresql-0babcdf6cfdfb2a828056afc3172ec524f090fd5.zip
Typo fix.
-rw-r--r--src/backend/commands/tablecmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/tablecmds.c b/src/backend/commands/tablecmds.c
index bb77c5311a9..26062f45602 100644
--- a/src/backend/commands/tablecmds.c
+++ b/src/backend/commands/tablecmds.c
@@ -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