Re: pgdump with insert command help

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: pgdump with insert command help
Дата
Msg-id 4C9C9E4F.3020309@lelarge.info
обсуждение исходный текст
Ответ на pgdump with insert command help  (Nicholas I <nicholas.domnic.i@gmail.com>)
Список pgsql-sql
Le 24/09/2010 14:32, Nicholas I a écrit :
> hi,
> 
> i am trying to dump a table with insert command rather tahn copy.
> 
> pg_dump -Dt --insert table dbname > table.sql;
> 
> i am not able to get the output. is this correct ?
> 
> 
> -Nicholas I
> 

You should put the table name right after the -t command-line option.
This way:
 pg_dump -Dt table --insert dbname > table.sql


-- 
Guillaumehttp://www.postgresql.frhttp://dalibo.com


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

Предыдущее
От: Nicholas I
Дата:
Сообщение: pgdump with insert command help
Следующее
От: Leif Biberg Kristensen
Дата:
Сообщение: Re: find and replace the string within a column