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

From: "DAESEON LEE" <leeds(at)catholic(dot)or(dot)kr>
To: pgsql-general(at)postgresql(dot)org
Subject: in postgresql BLOB type (that is),question about oid type?
Date: 2002-01-17 02:04:31
Message-ID: a25bjc$srn$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)catholic(dot)or(dot)kr

Browse pgsql-general by date

  From Date Subject
Next Message Justin Clift 2002-01-17 02:34:45 Re: [HACKERS] [ANNOUNCE] Commercial: New Book!! PostgreSQL book is
Previous Message Stephan Szabo 2002-01-17 01:49:20 Re: VARCHAR to INTEGER conversion