Re: backing up the data from a single table?

Поиск
Список
Период
Сортировка
От Hans Schou
Тема Re: backing up the data from a single table?
Дата
Msg-id CAApBw365KHmTWFdTajcYUqayCDoM-T85_di3179Ac9Y1bNd3TQ@mail.gmail.com
обсуждение исходный текст
Ответ на backing up the data from a single table?  (stan <stanb@panix.com>)
Список pgsql-general
On Fri, Sep 13, 2019 at 4:14 PM stan <stanb@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


В списке pgsql-general по дате отправления:

Предыдущее
От: Ron
Дата:
Сообщение: Re: PG SQL and LIKE clause
Следующее
От: Olivier Gautherot
Дата:
Сообщение: Re: backing up the data from a single table?