Re: [GENERAL] Problem in "Set search path"

2013-03-25 Thread Francisco Figueiredo Jr.
: 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

[GENERAL] Problem in "Set search path"

2013-03-21 Thread Kalai R
-- 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

Re: [GENERAL] Problem in "Set search path"

2013-03-21 Thread Alban Hertroys
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

Re: [GENERAL] Problem in "Set search path"

2013-03-21 Thread Adrian Klaver
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

Re: [GENERAL] Problem in "Set search path"

2013-03-21 Thread Kalai R
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.

Re: [GENERAL] Problem in "Set search path"

2013-03-21 Thread Pavel Stehule
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

Re: [GENERAL] Problem in "Set search path"

2013-03-21 Thread Chris Angelico
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

[GENERAL] Problem in "Set search path"

2013-03-21 Thread 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 like this? Thank You.