On Fri, Sep 13, 2019 at 4:14 PM stan <st...@panix.com> wrote:

> Is there a way to "export" a single table, that can be easily re
> "imported"?
>

Export:

pg_dump --table=foo > foo.sql

Import:

cat foo.sql | psql

Reply via email to