Oracle -> PostgreSQL ==> RAW -> ???

Поиск
Список
Период
Сортировка
От Ezra Epstein
Тема Oracle -> PostgreSQL ==> RAW -> ???
Дата
Msg-id 200111211532.fALFW4721515@spidey.speakeasy.net
обсуждение исходный текст
Список pgsql-docs
Hi,

I'm moving a database from Oracle to PostgreSQL.  I use RAW (as in BINARY, as in BYTE(x) where x < 20) for quite a few
columnsthat hold application generated keys, etc.   

How do I represent a RAW in PostgreSQL.  I'm too much of a newbie to know how to create my own type.  BIT seems to be
wrong. And BYTEA can't be it either as there are all sorts of restrictions on using BYTEAs for keys. Seems OIDs are for
BLOBsand this are not large binary objects... 

HELP!!!  Answers, pointers, tips, doc refs, anything.

Thanks,

EE


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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: Cross-references (was [PATCHES] PQescapeBytea documentation patch)
Следующее
От: Joe Conway
Дата:
Сообщение: Re: Oracle -> PostgreSQL ==> RAW -> ???