Re: Feature: give pg_dump a WHERE clause expression

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Feature: give pg_dump a WHERE clause expression
Дата
Msg-id 20080602020224.GH31154@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: Feature: give pg_dump a WHERE clause expression  (Davy Durham <pubaddr5@davyandbeth.com>)
Ответы Re: Feature: give pg_dump a WHERE clause expression
Список pgsql-patches
* Davy Durham (pubaddr5@davyandbeth.com) wrote:
> To reiterate, it is not possible to use the COPY command to create
> standard SQL INSERT statements that can be conveniently loaded by
> another db. No?

Erm, thankfully, PostgreSQL (what you're loading the data into?) can
take more than just SQL INSERT statements.

Of course, on the other hand, you *could* use COPY to create SQL INSERT
statements through an appropriately crafted query.  PG makes that
reasonably straight-forward, actually.

    Stephen

Вложения

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

Предыдущее
От: Davy Durham
Дата:
Сообщение: Re: Feature: give pg_dump a WHERE clause expression
Следующее
От: Davy Durham
Дата:
Сообщение: Re: Feature: give pg_dump a WHERE clause expression