Re: pg_dump: Remove "blob" terminology - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_dump: Remove "blob" terminology
Date
Msg-id 3303093.1670255803@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_dump: Remove "blob" terminology  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: pg_dump: Remove "blob" terminology  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> I wonder if we can't find a better solution than bunching TOC entries
> together. Perhaps we don't need every TOC entry in memory
> simultaneously, for instance, especially things like LOBs that don't
> have dependencies.

Interesting idea.  We'd have to either read the TOC multiple times,
or shove the LOB TOC entries into a temporary file, either of which
has downsides.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Error-safe user functions
Next
From: Robert Haas
Date:
Subject: Re: Order getopt arguments