Postgres Schema change question

Hello,

I used the “[SIZE=12px] Use schema before the table name” db conn setting when creating an application that has been deployed to the web and is working… now on the web site I created a new schema name to be more client specific and re-created the tables and sequences; then I re-created the db connection which worked but when I tried to access the application it’s looking for the original schema name… is there a way to change the schema used without changing it locally on the dev server and having to deploy the application all over again?

Thanks,
Jason[/SIZE]