On Fri, Sep 13, 2019 at 4:14 PM stan <stanb@xxxxxxxxx> 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
Is there a way to "export" a single table, that can be easily re
"imported"?