Re: [PATCHES] WITH DELIMITERS in COPY - Mailing list pgsql-hackers

From Gavin Sherry
Subject Re: [PATCHES] WITH DELIMITERS in COPY
Date
Msg-id Pine.LNX.4.21.0204151201200.18978-100000@linuxworld.com.au
Whole thread Raw
In response to Re: [PATCHES] WITH DELIMITERS in COPY  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [PATCHES] WITH DELIMITERS in COPY  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: "Rod Taylor"
Date:
Subject: Re: Security Issue..
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] WITH DELIMITERS in COPY