in postgresql BLOB type (that is),question about oid type?

Поиск
Список
Период
Сортировка
От DAESEON LEE
Тема in postgresql BLOB type (that is),question about oid type?
Дата
Msg-id a25bjc$srn$1@news.tht.net
обсуждение исходный текст
Список pgsql-general
hi..
in postgresql db,
i used oid type for inserting big file size in database.
but i have error like below....

error contents;
==============
FastPath call returned ERROR:  pg_attribute_relid_attnam_index: cannot
extend.
Check free disk space.

        at org.postgresql.fastpath.Fastpath.fastpath(Unknown Source)
        at org.postgresql.fastpath.Fastpath.fastpath(Unknown Source)
        at org.postgresql.fastpath.Fastpath.getInteger(Unknown Source)
        at org.postgresql.largeobject.LargeObjectManager.create(Unknown
Source)
        at org.postgresql.jdbc2.PreparedStatement.setBinaryStream(Unknown
Source
)
        at testlob1.main(testlob1.java:29)
please tell me advice.....
my email address : leeds@catholic.or.kr




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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: VARCHAR to INTEGER conversion
Следующее
От: Justin Clift
Дата:
Сообщение: Re: large number of files open...