Re: Single-Transaction Utility options

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема Re: Single-Transaction Utility options
Дата
Msg-id c2d9e70e0512161129o3676d34cn7e0b7b1016eb49db@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Single-Transaction Utility options  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
> Also, I don't actually see any point to this in psql, as you can
> always do
>        begin;
>        \i file
>        end;
> It's only pg_restore that you really need it for.  Dropping the psql
> part of the patch might give us a little more maneuvering room as far
> as the switch name goes.
>
>                        regards, tom lane
>

maybe it could be handy if you do this to migrate from one version to another...
pg_dumpall base | psql

--
regards,
Jaime Casanova
(DBA: DataBase Aniquilator ;)

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Single-Transaction Utility options
Следующее
От: Qingqing Zhou
Дата:
Сообщение: Win32 gettimeofday() comment patch