Re: pg_dumping large objects

Поиск
Список
Период
Сортировка
От David Wall
Тема Re: pg_dumping large objects
Дата
Msg-id 46F7FEDA.5090608@computer.org
обсуждение исходный текст
Ответ на Re: pg_dumping large objects  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-general
Large objects are defined in the DDL as type 'OID'.  Those with various drivers may not know the lo_* calls are being used, since in Java this takes place if you use the SQL BLOB type in JDBC and the field itself is defined as 'OID'.

David

Alvaro Herrera wrote:
Morris Goldstein escribió: 
pg_dump --help says:
   -b, --blobs     include large objects in dump

What is the definition of "large object"?   
The kind you create with lo_open(), etc.  If you don't do that, you
don't need it.
 

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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: For index bloat: VACUUM ANALYZE vs REINDEX/CLUSTER
Следующее
От: Carlos Moreno
Дата:
Сообщение: Restricting user access to an absolute minimum?