Sure... That is the way I'm follow...
Fortunately I haven't tables with the same name...

Ciao

On Tue, May 31, 2011 at 3:50 AM, Mathew Grabau <grabau....@gmail.com> wrote:

> You could always change the schema before executing the db commands:
>
> db.executesql("set search_path to 'schemaname,public';")
>
> If you could determine the name of the schema first that would be
> feasible.
>
> On May 30, 5:14 am, Massimiliano <mbelle...@gmail.com> wrote:
> > Hi all,
> >
> > I've a legacy enterprise application that use postgresql as database.
> >
> > Existing tables are divided on different database schemas (not only
> public).
> >
> > Now I want to rewrite a single application that use existing tables on
> > schema "xyz".
> >
> > Does web2py support that?
> >
> > Thank you
> > --
> > Massimiliano
>



-- 
Massimiliano

Reply via email to