pgsql and streams - Mailing list pgsql-general

From Christopher Condit
Subject pgsql and streams
Date
Msg-id 845AADAC1106E44996327D62097E4C6B8A9DAE@et.ad.sdsc.edu
Whole thread Raw
Responses Re: pgsql and streams  (Josh Rovero <rovero@sonalysts.com>)
List pgsql-general
Hi All-
I'm new to Postgres and have a question about bulk loading from streams.
I know that I can bulk load from a file using COPY.  Is it possible to
use a stream instead of a file?  If so, and I limited to stdin?  I'm
attempting to stream data from a remote database into my Postgres
instance.  I don't want to insert each tuple individually using jdbc
since that would be horribly slow...

Thanks,

Chris

pgsql-general by date:

Previous
From: "Brandon Keepers"
Date:
Subject: Re: Relation 'pg_largeobject' does not exist
Next
From: Josh Rovero
Date:
Subject: Re: pgsql and streams