BUG #2770: tomcat connection pool

From: "Brahma" <tobrahma(at)yahoo(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2770: tomcat connection pool
Date: 2006-11-19 12:59:05
Message-ID: 200611191259.kAJCx5Ii012499@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2770
Logged by: Brahma
Email address: tobrahma(at)yahoo(dot)com
PostgreSQL version: 8.1
Operating system: win xp
Description: tomcat connection pool
Details:

Hello,
I am using tomcat and PGSQL for my web application. I am using JNDI to
connect to PGSQL. The database consists of three schemas
1. source_all
2. unit_1
3. unit_2

I kept all the functions (language : pgsql) in source schema and
unit_1,unit_2 has only tables with same structure.

Now connecting to pgsql and every time I connect, setting search path to
either unit_1,source_all or unit_2,source_all depending on request. I
printed the search path from both application and DB to this point things
are fine. But the function returning table data of latest search_path only
(search path is correct but tables accessed are different). Can anybody help
me if this has got a solution.

Regards
Brahma

Browse pgsql-bugs by date

  From Date Subject
Next Message vincent 2006-11-20 09:42:58 BUG #2771: NULL values in FOREIGN KEY fields
Previous Message Chris Jones 2006-11-19 07:33:59 BUG #2769: "invalid memory alloc request size <n>" on startup