Re: COPY Command - Mailing list pgsql-docs

From Bruce Momjian
Subject Re: COPY Command
Date
Msg-id 200204161939.g3GJdUf29820@candle.pha.pa.us
Whole thread Raw
In response to Re: COPY Command  ("matt" <vagnoni@uiuc.edu>)
List 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@uiuc.edu>
> To: <pgsql-docs@postgresql.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@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-docs by date:

Previous
From: "matt"
Date:
Subject: Re: COPY Command
Next
From: Makarov Gera x8521
Date:
Subject: Migrating Oracle to PostgreSQL