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

Reply via email to