Community

Playing with large objects in Postgres

(Michael Paquier) PostgreSQL has for ages a feature called large objects allowing to store in the database objects with a… Well… Large size. All those objects are stored in dedicated catalog tables called pg_largeobject_metadata for general information like ownership and pg_largobject for the data i

Read More - Register for Free Membership