Re: Restore single table

Поиск
Список
Период
Сортировка
От Ritesh Jha
Тема Re: Restore single table
Дата
Msg-id CABjKxBfx4JX0yNfDd1Wbr=vCvXW7r9nEqQLtmOPxxS6YE1GM1w@mail.gmail.com
обсуждение исходный текст
Ответ на Restore single table  (Sonam Sharma <sonams1209@gmail.com>)
Список pgsql-general
psql -d databaseName -f tablename.sql

On Wed, Oct 30, 2019, 5:51 PM Sonam Sharma <sonams1209@gmail.com> wrote:
Can someone please help me with the command to restore a single table using psql.

Took the backup using below command : 
pg_dump -t (tablename) dbname > tablename.sql

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

Предыдущее
От: Sonam Sharma
Дата:
Сообщение: Restore single table
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: Automatically parsing in-line composite types