bytea ,etc.

Поиск
Список
Период
Сортировка
От Klimov Andrew
Тема bytea ,etc.
Дата
Msg-id 000801c249e1$ecc025c0$3a00a8c0@jippy
обсуждение исходный текст
Список pgsql-sql
Hi , All!
 
Could someone clarify me  :
 
When I want to store BLOB's internally in database (for example jpeg )
should I use bytea or OID? Is OID something like BFILE in Oracle 8i?
If both are appropriate why I can't use
update image set picture=lo_import('Myfile') where image_code='blablabla'
with bytea column type but only with OID column type?
 
And one more thing:
Where is function byteain documented?
 
TIA,
Andrew.

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

Предыдущее
От: Kemin Zhou
Дата:
Сообщение: trigger viewing
Следующее
От: "Philip Rudling"
Дата:
Сообщение: sql statement to give functionality of \d tablename?