pg_dump and blobs

Поиск
Список
Период
Сортировка
От David Garamond
Тема pg_dump and blobs
Дата
Msg-id 4161FF4E.1000804@zara.6.isreserved.com
обсуждение исходный текст
Список pgsql-hackers
Why doesn't pg_dump include blob by default? I understand that older 
pg_dump didn't deal with blobs, and blobs are now kind of obsolete in 
favor of BYTEA/TEXT, but blobs are every bit a part of a database. 
Perhaps only exclude blobs when -t is specified? Then -b is required to 
include blob. Otherwise, -b is implied.

Also, it would be really nice if there were a way that pg_dumpall could 
include blobs. This is my biggest Postgres annoyance nowadays, as I've 
recently been bitten by this. I though we are already able to escape all
octet range from '\\000' to '\\377'?

-- 
dave



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

Предыдущее
От: Gaetano Mendola
Дата:
Сообщение: Re: ERROR: left link changed unexpectedly
Следующее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: -HEAD build failure on OpenBSD 3.6-current/Sparc64