select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

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

ColumnTypeDescription / reference
loidoidIdentifier of the large object that includes this page
pg_largeobject_metadata.oid
pagenoint4Page number of this page within its large object (counting from zero)
databyteaActual 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
  1. PG 9.6 → 10changed

Definition snapshot: english-manuals:8d9e29dec7f2f518fed7c2361cd… · English manual source