Re: loading and unloading rows - Mailing list pgsql-admin

From Naomi Walker
Subject Re: loading and unloading rows
Date
Msg-id 5.1.0.14.2.20021103164103.00a09070@imap.eldocomp.com
Whole thread Raw
In response to Re: loading and unloading rows  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: loading and unloading rows  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-admin
Can we add unload/load functionality to the list, please?



> > >Yes, agreed, it would be nice to have WHERE as part of COPY.  In fact, I
> > >like Informix's solution, which merges data in/out with INSERT/SELECT:
> > >
> > >         UNLOAD TO '/tmp/x'
> > >         SELECT *
> > >         FROM tab;
> > >
> > >and
> > >
> > >         LOAD FROM '/tmp/x'
> > >         INSERT INTO tab;


pgsql-admin by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: loading and unloading rows
Next
From: Ludwig Lim
Date:
Subject: Logging RAISE statement to a logfile aside from syslog