pgsql and streams

Поиск
Список
Период
Сортировка
От Christopher Condit
Тема pgsql and streams
Дата
Msg-id 845AADAC1106E44996327D62097E4C6B8A9DAE@et.ad.sdsc.edu
обсуждение исходный текст
Ответы Re: pgsql and streams  (Josh Rovero <rovero@sonalysts.com>)
Список 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 по дате отправления:

Предыдущее
От: "Brandon Keepers"
Дата:
Сообщение: Re: Relation 'pg_largeobject' does not exist
Следующее
От: Josh Rovero
Дата:
Сообщение: Re: pgsql and streams