Re: [HACKERS] Single row fetch from backend

From: Theo Kramer <theo(at)flame(dot)co(dot)za>
To: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Single row fetch from backend
Date: 1999-08-14 13:15:28
Message-ID: 37B56BF0.B2EBDA64@flame.co.za
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian wrote:
> I believe later Informix ODBC version cache the query reqults in the sql
> server in case they are needed later. Terrible for performance. I have
> clients downgrade to older isql clients.

I had a look at the ODBC interface for Postgres, yet could not get it to work
on my Linux RH5.0 machine. When linking with libpsqlodbc.a I get the following

cc -I $PGHOME/include/iodbc testpgodbc.c $PGHOME/lib/libpsqlodbc.a -lm

libpsqlodbc.a(psqlodbc.o): In function `_init':
psqlodbc.o(.text+0x0): multiple definition of `_init'
/usr/lib/crti.o(.init+0x0): first defined here
libpsqlodbc.a(psqlodbc.o): In function `_fini':
psqlodbc.o(.text+0x30): multiple definition of `_fini'
/usr/lib/crti.o(.fini+0x0): first defined here

Looks like I am not doing the correct thing, yet don't know what else to do.

Regards
Theo

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 1999-08-14 13:52:43 Re: [HACKERS] Single row fetch from backend
Previous Message Thomas Lockhart 1999-08-14 05:33:25 Re: [HACKERS] Re: We won!