Hello ,
I am trying to run DBT5 to test performance of PG9.2.4,
But execution failed due to undefined symbol: PQescapeLiteral error in
/bh/bh.out
Full error as follow:
--
dbt5 - Brokerage House
Listening on port: 3
Using
> We are using Hibernate in Java to interact with Postgres 9.1.
>
> Can you please suggest some test cases or some issues which may hamper us?
Port your application and run your smoke tests?
--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com
--
Sent via pgsql-performance mailing
On 13.08.2013 23:47, Daniel Cristian Cruz wrote:
Hello,
I'm trying to simplify a schema, where I had many ranges floating around.
My idea is to put them all in an array field and query like this:
SELECT
event.*
FROM event
JOIN participant_details
USING (participant_id)
WHERE
tsrange(event