Re: COPY Command

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: matt <vagnoni(at)uiuc(dot)edu>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: COPY Command
Date: 2002-04-16 19:39:30
Message-ID: 200204161939.g3GJdUf29820@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs


I thought I had info in TODO.detail on this, but I don't. There is
/contrib/xml. Doing the output with COPY isn't hard. Input in a problem
because XML is more hierarchical, rather than relational.

---------------------------------------------------------------------------

matt wrote:
> Does anyone have any idea about this? Can I just post this question on
> [HACKERS]?
>
> matt
> ----- Original Message -----
> From: "matt" <vagnoni(at)uiuc(dot)edu>
> To: <pgsql-docs(at)postgresql(dot)org>
> Sent: Monday, April 15, 2002 1:03 PM
> Subject: [DOCS] COPY Command
>
>
> > Hello, I am trying to add an extention to the COPY command, to all it to
> > take in XML documents and export values from the table as XML documents.
> I
> > have having trouble figuring out the parser, and how this command works in
> > general. I am familiar with adding new functions to the system, but
> > navigating and figuring out the interplay of everything going on within
> > postgrestsql is a bit daunting.
> >
> > matt
> >
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 5: Have you checked our extensive FAQ?
> >
> > http://www.postgresql.org/users-lounge/docs/faq.html
> >
> >
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

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

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Makarov Gera x8521 2002-04-18 05:24:32 Migrating Oracle to PostgreSQL
Previous Message matt 2002-04-16 19:13:38 Re: COPY Command