| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: The fable of DEMETRIUS, CONSTRAINTICUS, and AUTOMATICUS
Marshall Spight wrote:
> "Laconic2" <laconic2_at_comcast.net> wrote:
>>>As far as how it *ought* to be done, I claim the catalog should be >>>the definitive source of truth, and the DDL should be syntactic >>>sugar for manipulating the catalog. It's conceptually simpler that >>>way. >> >>Can you really build a DBMS that way?
A couple of points.
This need not be insuperable - it is a real problem, though.
2. Although the system catalog contains a lot of descriptive
information, there are normally a number of other actions taken
when a table is created. Specifically, space is allocated in
some manner. Now, you might be able to use triggered actions or
something similar to ensure that the space is allocated as you
create a table (by inserting a row into the 'systables' part of
the system catalog), or maybe as you add some columns to the
table.
--
Jonathan Leffler #include <disclaimer.h>
Email: jleffler_at_earthlink.net, jleffler_at_us.ibm.com
Guardian of DBD::Informix v2003.04 -- http://dbi.perl.org/
Received on Sat Oct 23 2004 - 19:38:22 CDT
![]() |
![]() |