Re: pg_restore --single-transaction and --clean
От
Kevin Grittner
Тема
Re: pg_restore --single-transaction and --clean
Дата
Msg-id
4B728A03020000250002F132@gw.wicourts.gov
Ответ на
Re: pg_restore --single-transaction and --clean (Robert Haas)
Список
Дерево обсуждения
pg_restore --single-transaction and --clean Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>
Re: pg_restore --single-transaction and --clean Tom Lane <tgl@sss.pgh.pa.us>
Re: pg_restore --single-transaction and --clean Robert Haas <robertmhaas@gmail.com>
Re: pg_restore --single-transaction and --clean "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: pg_restore --single-transaction and --clean Alvaro Herrera <alvherre@commandprompt.com>
Re: pg_restore --single-transaction and --clean Tom Lane <tgl@sss.pgh.pa.us>
Re: pg_restore --single-transaction and --clean Alvaro Herrera <alvherre@commandprompt.com>
Robert Haas wrote: > Tom Lane wrote: >> We try to avoid using nonstandard SQL in dumps. > > How often do we succeed? It seems unlikely that our dumps would > be restorable into any other database. When we were running in a mixed environment we had several occasions where it was useful to feed pg_dump --column-inserts output into Sybase databases. It was very nice to have that. I think we did sometimes have to filter it through sed to deal with BOOLEAN vs BIT issues. -Kevin
В списке pgsql-hackers по дате отправления