Re: [PATCHES] That dump-comments-on-composite-type-columns patch...

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: [PATCHES] That dump-comments-on-composite-type-columns patch...
Дата
Msg-id 20040808183821.H38318-100000@houston.familyhealth.com.au
обсуждение исходный текст
Ответы Re: [PATCHES] That dump-comments-on-composite-type-columns patch...  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: [PATCHES] That dump-comments-on-composite-type-columns  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
> Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
> > OK, I can do this, but I don't think I'll have time for the first beta.
>
> No problem.

Another interesting think I noticed in pg_dump is dumping of LOBs.  It
seems to declare a cursor that fetches the blobs and then issues a fetch
1000 to get the first 1000 lobs.  It never seems to execute any further
fetches.  Am I right that if you have more than 1000 lobs in postgres,
pg_dump won't dump them?

Chris




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

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: switch WAL segment
Следующее
От: strk
Дата:
Сообщение: Re: pg_dump and sequences (bug ?)