Are you an LLM? You can read better optimized documentation at /en/docs/latest-lite/database_reference/pg_largeobject_metadata.md for this page in Markdown format
PG_LARGEOBJECT_METADATA
PG_LARGEOBJECT_METADATA records metadata associated with large objects. The actual large object data is stored in PG_LARGEOBJECT.
Table 1 PG_LARGEOBJECT_METADATA columns
Name | Type | Reference | Description |
|---|
oid | oid | - | Row identifier (hidden attribute, which must be specified) |
lomowner | oid | PG_AUTHID.oid | Owner of the large object |
lomacl | aclitem[] | - | Access permissions |