copy data from one db into another via copy & psql - Mailing list pgsql-general

From Kevin Kempter
Subject copy data from one db into another via copy & psql
Date
Msg-id 201005202259.39757.kevink@consistentstate.com
Whole thread Raw
Responses Re: copy data from one db into another via copy & psql  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Re: copy data from one db into another via copy & psql  (Scott Marlowe <scott.marlowe@gmail.com>)
List pgsql-general
Can I copy from one db (via COPY) and pipe the results to a psql/COPY stmt so
I can load the data into a table in the second db 'inline' without writing to
& reading from a flat file?

pgsql-general by date:

Previous
From: Peter Hunsberger
Date:
Subject: Re: How to lose transaction history (xmin values, WAL, etc.)?
Next
From: "A. Kretschmer"
Date:
Subject: Re: copy data from one db into another via copy & psql