Re: [GENERAL] Schema Search Path Problem

2013-10-10 Thread Pavel Stehule
Hello 2013/10/10 Kalai R > Hi, > > I am developing .Net application using PSQL. I am using npgsql to connect > PSQL database. In single database I have more than one schemas. After I > connect database I set search path using "Set Searchpath command" for the > required schema. It works perfectl

[GENERAL] Schema Search Path Problem

2013-10-10 Thread Kalai R
Hi, I am developing .Net application using PSQL. I am using npgsql to connect PSQL database. In single database I have more than one schemas. After I connect database I set search path using "Set Searchpath command" for the required schema. It works perfectly. But after sometime, I need to change