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

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCHES] That dump-comments-on-composite-type-columns patch...
Date: 2004-08-08 10:42:13
Message-ID: 20040808183821.H38318-100000@houston.familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

> Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message strk 2004-08-08 11:40:40 Re: pg_dump and sequences (bug ?)
Previous Message Andreas Pflug 2004-08-08 10:29:46 switch WAL segment

Browse pgsql-patches by date

  From Date Subject
Next Message markir 2004-08-08 11:29:27 Re: Win32 tablespace
Previous Message markir 2004-08-08 08:30:54 Re: Win32 tablespace