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)
Список
Дерево обсуждения
Importing BLOB to Postgresql "Alexander Stanier" <alexander.stanier@egsgroup.com>
Re: Importing BLOB to Postgresql Robert Treat <xzilla@users.sourceforge.net>
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 по дате отправления