SYSTEM CATALOGS / SYSTEM CATALOGS
pg_largeobject
Read PG 18 manual ↗The catalog pg_largeobject holds the data making up “large objects”.
- Kind
- System catalogs
- Columns in this snapshot
- 3
- Definition source
- English manual
Columns 3
| Column | Type | Description / reference |
|---|---|---|
loid | oid | Identifier of the large object that includes this page pg_largeobject_metadata.oid |
pageno | int4 | Page number of this page within its large object (counting from zero) |
data | bytea | Actual data stored in the large object. This will never be more than LOBLKSIZE bytes and might be less. |
Column history across versions
Version history 1
- PG 9.6 → 10changed
Definition snapshot: english-manuals:8d9e29dec7f2f518fed7c2361cd… · English manual source