projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ec1341
)
Code review for LIKE INCLUDING patch --- clean up some cosmetic and not
author
Tom Lane
Tue, 13 Oct 2009 00:53:08 +0000
(
00:53
+0000)
committer
Tom Lane
Tue, 13 Oct 2009 00:53:08 +0000
(
00:53
+0000)
so cosmetic stuff.
doc/src/sgml/ref/create_table.sgml
patch
|
blob
|
blame
|
history
src/backend/access/common/tupdesc.c
patch
|
blob
|
blame
|
history
src/backend/catalog/pg_constraint.c
patch
|
blob
|
blame
|
history
src/backend/commands/sequence.c
patch
|
blob
|
blame
|
history
src/backend/commands/tablecmds.c
patch
|
blob
|
blame
|
history
src/backend/commands/view.c
patch
|
blob
|
blame
|
history
src/backend/nodes/copyfuncs.c
patch
|
blob
|
blame
|
history
src/backend/nodes/equalfuncs.c
patch
|
blob
|
blame
|
history
src/backend/nodes/outfuncs.c
patch
|
blob
|
blame
|
history
src/backend/parser/parse_utilcmd.c
patch
|
blob
|
blame
|
history
src/include/nodes/parsenodes.h
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_table.sgml
b/doc/src/sgml/ref/create_table.sgml
index a63333cb6f93eb8c40a5095f1120f25ade87d709..5768c4cf2e234f1a2a7faf2fe92453dcabe395bb 100644
(file)
--- a/
doc/src/sgml/ref/create_table.sgml
+++ b/
doc/src/sgml/ref/create_table.sgml
@@
-1,5
+1,5
@@
@@
-231,7
+231,7
@@
CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE
- Column
storage parameter
s are also copied from parent tables.
+ Column
STORAGE> setting
s are also copied from parent tables.