projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68739ba
)
Typo fix.
author
Robert Haas
<rhaas@postgresql.org>
Thu, 21 Apr 2011 02:05:16 +0000
(22:05 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Thu, 21 Apr 2011 02:05:16 +0000
(22:05 -0400)
src/backend/commands/tablecmds.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/tablecmds.c
b/src/backend/commands/tablecmds.c
index bb77c5311a965a9de8a7554ad0679767ed24fc37..26062f45602847f26f06da7480c0c9ee2eb8b67d 100644
(file)
--- 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 T
ABL
E AS. We could support any row type, but doing so
+ * originated with CREATE T
YP
E AS. We could support any row type, but doing so
* would require handling a number of extra corner cases in the DDL commands.
*/
void