Re: Importing BLOB to Postgresql

Поиск
Список
Период
Сортировка
От Robert Treat
Тема Re: Importing BLOB to Postgresql
Дата
Msg-id 1034085508.6801.21.camel@camel
обсуждение исходный текст
Ответ на Importing BLOB to Postgresql  ("Alexander Stanier" <alexander.stanier@egsgroup.com>)
Список pgsql-general
You probably want to use bytea. Look up blob and lo_import in the
interactive docs for quite a bit more information.

Robert Treat

On Tue, 2002-10-08 at 06:02, Alexander Stanier wrote:
>
> I am migrating a database from Oracle to Postgresql. I have one Oracle
> table which contains BLOBs. Given that I can get the BLOBs out of Oracle
> to the filesystem, can anyone tell me how I can import them in
> postgresql?
>
> I am assuming that the BLOBs should be imported into a "bytea" datatype.
> Is this correct?
>
> Regards,
>
> Alex.
>



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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: How to find out about index
Следующее
От: Justin Clift
Дата:
Сообщение: Re: Hot Backup