On Sun, 14 Apr 2002, Bruce Momjian wrote:
>
> Gavin, I see where you are going with the patch; creating a list in
> gram.y and stuffing CopyStmt directly there. However, I can't find any
> other instance of our stuffing things like that in gram.y. We do have
> cases using options like COPY in CREATE USER, and we do use DefElem.
CREATE DATABASE also fills out a list in the same fashion =). I will
however have a look at revising this patch to use DefElem later today.
Thanks,
Gavin