Re: To take backup of Postgresql Database without large objects

Поиск
Список
Период
Сортировка
От Christophe Pettus
Тема Re: To take backup of Postgresql Database without large objects
Дата
Msg-id 92A90844-8669-477C-90E9-41D619814D8C@thebuild.com
обсуждение исходный текст
Ответ на Re: To take backup of Postgresql Database without large objects  ("sivapostgres@yahoo.com" <sivapostgres@yahoo.com>)
Список pgsql-general

> On Apr 11, 2025, at 22:34, sivapostgres@yahoo.com wrote:
> Then I've misunderstood large objects.  Is there document to explain large objects?

Large objects are a relatively old and now little-used feature of PostgreSQL that predates the bytea type:

    https://www.postgresql.org/docs/current/largeobjects.html

As was mentioned, you cannot exclude individual columns with pg_dump; you have to exclude the entire table.


В списке pgsql-general по дате отправления: