It would be helpful if there were an "options" tag for tables that would
allow the inclusion of database table directives.  For example:  In Oracle,
you can specify Tablespace and storage directives:

CREATE TABLE foo
(a      varchar2(10),
b       varchar2(20)
TABLESPACE bar
STORAGE(INITIAL 10M NEXT 10M MINEXTENTS 2 MAXEXTENTS UNLIMITED);

Not sure if this is the proper forum or protocol to use for
suggestions/enhancements.  Let me know.  Thanks to whoever added the
"description" tag!


-------------------------------------------
Robert D. Morse
[EMAIL PROTECTED]
PGP Key:  D9C4AA6A
PGP Finger Print:  ED56 DEEA 95CF AC99 C2B0  77D4 7D92 ACCA D9C4 AA6A


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to