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

From Bruce Momjian
Subject Re: [PATCHES] WITH DELIMITERS in COPY
Date
Msg-id 200204150208.g3F28Ed12552@candle.pha.pa.us
Whole thread Raw
In response to Re: [PATCHES] WITH DELIMITERS in COPY  (Gavin Sherry <swm@linuxworld.com.au>)
Responses Re: [PATCHES] WITH DELIMITERS in COPY  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Gavin Sherry wrote:
> 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.

Oh, I see that now.  Which method do people prefer.  We should probably
make them all use the same mechanism.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

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