Re: psql enhancement idea

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql enhancement idea
Дата
Msg-id 22591.1098387614@sss.pgh.pa.us
обсуждение исходный текст
Ответ на psql enhancement idea  ("Uwe C. Schroeder" <uwe@oss4u.com>)
Ответы Re: psql enhancement idea  ("Uwe C. Schroeder" <uwe@oss4u.com>)
Список pgsql-admin
"Uwe C. Schroeder" <uwe@oss4u.com> writes:
> I'm just doing a load of database transfers using pg_dump. Because I changed
> the schema of quite some tables I have to dump full column inserts.

I don't think that conclusion follows from that premise.  In recent
pg_dump versions (any that use a column list with COPY, which I think is
7.3 or later) there is no fundamental disadvantage to using COPY; it
should be semantically equivalent to INSERT-with-column-list commands.

The only reason I can see for using the INSERT option anymore is if you
think that some of the row insertions might fail, and you don't want
that to stop the load altogether.  If that's what you want, then you'd
certainly not want to wrap the load in BEGIN/END, so there doesn't seem
to be much point in adding an option to do it.

            regards, tom lane

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

Предыдущее
От: "Uwe C. Schroeder"
Дата:
Сообщение: psql enhancement idea
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: REVOKE not working...