Re: pgdump with insert command help

Поиск
Список
Период
Сортировка
От Vibhor Kumar
Тема Re: pgdump with insert command help
Дата
Msg-id BDFF6AB4-0E61-47DB-BFBA-04C022D36F00@enterprisedb.com
обсуждение исходный текст
Ответ на pgdump with insert command help  (Nicholas I <nicholas.domnic.i@gmail.com>)
Список pgsql-sql
On Sep 24, 2010, at 6:02 PM, Nicholas I wrote:

> 
> pg_dump -Dt --insert table dbname > table.sql;
> 
> i am not able to get the output. is this correct ?

Try following:
pg_dump --insert -t <tablename> <dbname> 

Thanks & Regards,
Vibhor Kumar
EnterpriseDB Corporation




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

Предыдущее
От: Tarlika Elisabeth Schmitz
Дата:
Сообщение: Re: identifying duplicates in table with redundancies
Следующее
От: Tarlika Elisabeth Schmitz
Дата:
Сообщение: Re: identifying duplicates in table with redundancies