47.29. pg_largeobject_metadata

This catalog exists in each coordinator and datanode in Postgres-XC as inherited from PostgreSQL. Please note that current release of Postgres-XC does not support large object.

Note: The following description applies both to Postgres-XC and PostgreSQL if not described explicitly.

The catalog pg_largeobject_metadata holds metadata associated with large objects. The actual large object data is stored in pg_largeobject.

Table 47-29. pg_largeobject_metadata Columns

NameTypeReferencesDescription
lomowneroidpg_authid.oidOwner of the large object
lomaclaclitem[]  Access privileges; see GRANT and REVOKE for details