Re: Storing large files in multiple schemas: BLOB or BYTEA - Mailing list pgsql-general

From
Subject Re: Storing large files in multiple schemas: BLOB or BYTEA
Date
Msg-id 00ce01cda770$600357e0$200a07a0$@riatest.com
Whole thread Raw
In response to Storing large files in multiple schemas: BLOB or BYTEA  (<tigran2-postgres@riatest.com>)
List pgsql-general

>Large Objects and bytea are the only ways.

>If you want to pg_dump only certain large objects, that won't work as far as I know (maybe using permissions and a non-superuser can help).

>You absolutely need to pg_dump parts of the database regularly?

>Yours,

>Laurenz Albe

 

It is not an absolute requirement but would be really nice to have. We have a multi-tenant database with each tenant data stored in a separate scheme. Using pg_dump seems to be the ideal way to migrate tenant data from one database to another when we need to do it to balance the load.

 

pgsql-general by date:

Previous
From: Craig Ringer
Date:
Subject: Re: Shorthand syntax for triggers
Next
From:
Date:
Subject: Re: Storing large files in multiple schemas: BLOB or BYTEA