Kynn Jones wrote:
Is there a simple way to copy a table from one database to another without generating an intermediate dump file?
Something along the lines of: pg_dump ... -d db1 --table=mytable | psql -d db2 -- Richard Huxton Archonet Ltd