Forum OpenACS Q&A: Response to copy table from one db to another

Collapse
Posted by Steve Woodcock on

You can do it with pg_dump:

  pg_dump -t the_table db1 | psql db2