Re: EXPORT / IMPORT

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: EXPORT / IMPORT
Дата
Msg-id 20040507111628.GB14119@phlogiston.dyndns.org
обсуждение исходный текст
Ответ на EXPORT / IMPORT  ("Freddy Villalba Arias" <fvillalba@madrid.bilbomatica.es>)
Список pgsql-sql
On Fri, May 07, 2004 at 10:20:52AM +0200, Freddy Villalba Arias wrote:
> 
> Is there a simple way to generate an export / import script in
> PostgreSQL (i.e. a script that contains INSERT statements for every row
> in a table) ???
> 
> COPY is NOT a good option (personal opinion).

pg_dump -d or -D.  Note that restoring from this is going to be a
whole lot slower than restoring from a COPY based dump.

A

-- 
Andrew Sullivan  | ajs@crankycanuck.ca


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

Предыдущее
От: Karel Zak
Дата:
Сообщение: Re: Display format for column
Следующее
От: "Martin Kuria"
Дата:
Сообщение: Re: SUM() & GROUP BY