Subject Re: RFC: object descriptions
Author Ian A. Newby
Hi Martijn
> b) {DESCRIBE | COMMENT} <object_type> <object_name> [AS] {NULL |
<text>};
> by myself

I 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