Subject | Re: RFC: object descriptions |
---|---|
Author | Ian A. Newby |
Post date | 2004-11-12T09:34:44Z |
Hi Martijn
describe table cat;
could return the description of the cat table.
likewise,
describe table *;
could return all the descriptions
Regards
Ian Newby
> b) {DESCRIBE | COMMENT} <object_type> <object_name> [AS] {NULL |<text>};
> by myselfI prefer this, as it allows expansion to get the comment, ie
describe table cat;
could return the description of the cat table.
likewise,
describe table *;
could return all the descriptions
Regards
Ian Newby