[Dbix-class] A problem with Postgres schemas
Rolf Schaufelberger
rs at plusw.de
Fri Dec 29 13:40:35 GMT 2006
On Thursday 28 December 2006 22:06, Kevin Esteb wrote:
> I new to DBIx::Class, so please bear with me.
>
> I am running RHEL4 and have a postgres database with a schema named
> "analog". The DBIx::Class modules are the latest and greatest from CPAN,
> so is the DBD and the DBI for postgres. When I run the below code, I get
> this error:
>
I'm using the "on_connect_do" parameter in my connection setup :
{on_connect_do => ['SET search_path TO analog,public']}
and can use my schemas as "normal".
Rolf Schaufelberger
rs at plusw.de
More information about the Dbix-class
mailing list