Received: from localhost (postgresql.org [64.49.215.8]) by postgresql.org (Postfix) with ESMTP id C9D7C474E53 for ; Wed, 27 Nov 2002 04:57:33 -0500 (EST) Received: from sponsa.its.uu.se (sponsa.its.UU.SE [130.238.7.36]) by postgresql.org (Postfix) with ESMTP id 0180F474E42 for ; Wed, 27 Nov 2002 04:57:33 -0500 (EST) Received: from sponsa (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 90F723600C for ; Wed, 27 Nov 2002 10:56:34 +0100 (MEZ) Received: from sponsa.its.uu.se(127.0.0.1) by sponsa.its.uu.se via virus-scan id s43391; Wed, 27 Nov 02 10:56:24 +0100 Received: from cuculus.its.uu.se (chat.student.uu.se [130.238.4.186]) by sponsa.its.uu.se (Postfix) with ESMTP id 5FA6C3683D for ; Wed, 27 Nov 2002 10:56:23 +0100 (MEZ) Received: (from http@localhost) by cuculus.its.uu.se (8.9.3/8.9.3) id KAA01020 for pgsql-docs@postgresql.org; Wed, 27 Nov 2002 10:57:22 +0100 From: jose.pineda_castellanos.3497@student.uu.se To: PostgreSQL-documentation Subject: ERROR Message-ID: <1038391042.3de4970249421@webmail.student.uu.se> Date: Wed, 27 Nov 2002 10:57:22 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.3 X-Test: <%$from%> X-Originating-IP: 130.238.5.5 X-Virus-Scanned: by AMaViS new-20020517 X-Archive-Number: 200211/38 X-Sequence-Number: 1562 Hello everyone! I'm writting a little Java application. Some times when the program executes an insert operation I get this message: Problem on literal (l=6958) ID is: com.hp.hpl.mesa.rdf.jena.rdb.DBIDInt@1... Nested Exception = java.sql.SQLException: ERROR: btree: index item size 3868 exceeds maximum 2713 I'm using PostgreSQL 7.2.3 on i686-pc-linux-gnu, compiled by GCC 2.95.4 on Linux/Debian. Does anyone know how to fix this error or where I can find documentation about it? Thanks in advance Giovanni Pineda.