Re: Large objects oids - Mailing list pgsql-general

From Tom Lane
Subject Re: Large objects oids
Date
Msg-id 22473.1213124303@sss.pgh.pa.us
Whole thread Raw
In response to Large objects oids  (David Wall <d.wall@computer.org>)
Responses Re: Large objects oids  (David Wall <d.wall@computer.org>)
List pgsql-general
David Wall <d.wall@computer.org> writes:
> Since large objects use OIDs, does PG 8.3 have a limit of 4 billion
> large objects across all of my various tables

Yup, and in practice you'd better have a lot less than that or assigning
a new OID might take a long time.

> (actually, I presume OIDs
> are used elsewhere besides just large objects)?

They are, but this isn't relevant to large objects.  The uniqueness
requirement is only per-catalog.

> Is there any plan on allowing large objects to support more than 2GB?

No, it's not on the radar screen really.

            regards, tom lane

pgsql-general by date:

Previous
From: "Dave Page"
Date:
Subject: Re: [ANNOUNCE] PostgreSQL Software Catalogue
Next
From: "Scott Marlowe"
Date:
Subject: Re: pg_query & $result re-fill