: Kalai R
> Date: Fri, Mar 22, 2013 at 9:36 AM
> Subject: Re: [GENERAL] Problem in "Set search path"
> To: Alban Hertroys
>
>
> Hi,
>
> Is that the same connection object in ,NET or the same connection to a
> connection pool or the same database connection? That
-- Forwarded message --
From: Kalai R
Date: Fri, Mar 22, 2013 at 9:36 AM
Subject: Re: [GENERAL] Problem in "Set search path"
To: Alban Hertroys
Hi,
Is that the same connection object in ,NET or the same connection to a
connection pool or the same database connecti
On 21 March 2013 16:59, Kalai R wrote:
> Hi,
> Thanks for ur suggestions. I create connection from my .net application
> and set search path by single query. After set search path I call psql
> function from my .net application using the same connection. In this case
> some time search path set
On 03/21/2013 08:59 AM, Kalai R wrote:
Hi,
Thanks for ur suggestions. I create connection from my .net
application and set search path by single query. After set search path I
call psql function from my .net application using the same connection.
In this case some time search path set but some
Hi,
Thanks for ur suggestions. I create connection from my .net application
and set search path by single query. After set search path I call psql
function from my .net application using the same connection. In this case
some time search path set but some times not. I didn't use prepare
statement.
Hello
2013/3/21 Kalai R :
> Hi,
>
>I am using postgresql 9.0.3. In my application I change often schema
> name using set search path. Some times schema name set correctly. But some
> time it does not set correctly and it takes the schema previously I set. Is
> any possibilities to happen li
On Thu, Mar 21, 2013 at 11:33 PM, Kalai R wrote:
> Hi,
>
>I am using postgresql 9.0.3. In my application I change often schema
> name using set search path. Some times schema name set correctly. But some
> time it does not set correctly and it takes the schema previously I set. Is
> any pos
Hi,
I am using postgresql 9.0.3. In my application I change often schema
name using set search path. Some times schema name set correctly. But some
time it does not set correctly and it takes the schema previously I set.
Is any possibilities to happen like this?
Thank You.