Re: [PATCHES] WITH DELIMITERS in COPY

From: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCHES] WITH DELIMITERS in COPY
Date: 2002-04-15 02:02:46
Message-ID: Pine.LNX.4.21.0204151201200.18978-100000@linuxworld.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2002-04-15 02:07:47 ANSI Compliant Inserts
Previous Message Peter Eisentraut 2002-04-15 01:45:13 Re: Security Issue..

Browse pgsql-patches by date

  From Date Subject
Next Message Rod Taylor 2002-04-15 02:07:47 ANSI Compliant Inserts
Previous Message Peter Eisentraut 2002-04-15 01:47:22 Re: Commands/ directory reorganisation