using indexes with the OR clause

From: Sferacarta Software <sferac(at)bo(dot)nettuno(dot)it>
To: pgsql-interfaces(at)postgresql(dot)org
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: using indexes with the OR clause
Date: 1998-10-20 13:52:06
Message-ID: 11661.981020@bo.nettuno.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

Hi all,

I'm trying v6.4beta2 via ODBC-Access.

I have the following table:

CREATE TABLE attivita (
azienda CHAR(11) NOT NULL,
attivita CHAR(03) NOT NULL,
specifica CHAR(02),
cod_alternativo CHAR(10),
conto_economico CHAR(02),
inizio_attivita DATE,
fine_attivita DATE,
PRIMARY KEY (azienda,attivita,specifica,inizio_attivita)
);

I linked this table on M$-Access specifying the Access-key equal to
PostgreSQL PRIMARY KEY to test indexes with the OR clause but
I have the following error message:

'FATAL 1: palloc failure memory exhausted'

Any ideas ?

There's the PSLODBC.LOG file attached.

Jose'

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message D'Arcy J.M. Cain 1998-10-20 14:11:32 Re: [HACKERS] Re: inet/cidr/bind
Previous Message darcy 1998-10-20 13:51:21 Re: [HACKERS] Re: inet/cidr/bind

Browse pgsql-interfaces by date

  From Date Subject
Next Message Leslie F. Donaldson 1998-10-20 14:01:39 ecpg features????
Previous Message David Hartwig 1998-10-20 13:21:15 Re: [INTERFACES] C++ Builder (Delphi), ODBC and large objects