Re: undefined symbol: PQescapeLiteral - Mailing list pgsql-hackers

From Tom Lane
Subject Re: undefined symbol: PQescapeLiteral
Date
Msg-id 22829.1376626844@sss.pgh.pa.us
Whole thread Raw
In response to undefined symbol: PQescapeLiteral  (amul sul <sul_amul@yahoo.co.in>)
Responses Re: undefined symbol: PQescapeLiteral  (amulsul <sul_amul@yahoo.co.in>)
List pgsql-hackers
amul sul <sul_amul@yahoo.co.in> writes:
> While testing performance of PG9.2.4 using DBT5, I am getting error in 
> *BrokerageHouseMain: symbol lookup error: BrokerageHouseMain: undefined symbol: PQescapeLiteral*

You're linking against a pre-9.0 copy of libpq.so.
        regards, tom lane



pgsql-hackers by date:

Previous
From: amul sul
Date:
Subject: undefined symbol: PQescapeLiteral
Next
From: Rushabh Lathia
Date:
Subject: Re: insert throw error when year field len > 4 for timestamptz datatype