Re: 4B row limit for CLOB tables - Mailing list pgsql-general

From Tatsuo Ishii
Subject Re: 4B row limit for CLOB tables
Date
Msg-id 20150130.081703.86526503323626229.t-ishii@sraoss.co.jp
Whole thread Raw
In response to Re: 4B row limit for CLOB tables  (Steve Atkins <steve@blighty.com>)
List pgsql-general
> I'm not sure whether it's mentioned explicitly, but large objects are
> referenced by an OID, which is a 32 bit value (and a global resource).

Large object is not necessarily referenced by OID since 8.1. You can
assign arbitrary 32 bit integers as long as they are unique in the
pg_largeobject table.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


pgsql-general by date:

Previous
From: Alex Hunsaker
Date:
Subject: Re: segmentation fault postgres 9.3.5 core dump perlu related ?
Next
From: Craig Ringer
Date:
Subject: Re: trouble adding a node to BDR