Is a limitation for the number of large objects that can be stored in a PostgreSQL database? - Mailing list pgsql-general

From u15074
Subject Is a limitation for the number of large objects that can be stored in a PostgreSQL database?
Date
Msg-id 1047634605.3e71a2add0c28@webmail.hs-harz.de
Whole thread Raw
List pgsql-general
I want to store a lot of binary data (but not so big) as large objects in a
PostgreSQl database.
Since the large objects are referenced by an identifier of type oid, which is of
type unsigned int (right?), my question is, if the number of large objects that
can be stored in the database is limited by the range of the oid?

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/


pgsql-general by date:

Previous
From: Deepa K
Date:
Subject: How referential integrety maintained internally
Next
From: Richard Huxton
Date:
Subject: Re: How referential integrety maintained internally