Re: [web2py] web2py and postgresql schema

2011-06-25 Thread Massimiliano
I've the same problem.
Take a look here.

http://groups.google.com/group/web2py/browse_thread/thread/8b5e166b7b27edc7?pli=1


On Fri, Jun 24, 2011 at 3:11 PM, Camil Ghircoias
wrote:

> Hi,
>
> I am now reading some documnentation about web2py.
> Does web2py support postgresql schemas ?
> I have my tables grouped in postgresql into scheme inside same
> database.
> So I can have same tables into the same databases but in different
> schemas.
>
> Like
>
> schema1.mytable
> schema2.mytable
>
> How can I work with web2py without renaming tables or changing the
> database logic ?
>
> I write here because on internbet there was not a clear answer if you
> can work with it or not.
>


Ciao
-- 
Massimiliano


Re: [web2py] web2py and postgresql schema

2011-06-24 Thread Ovidio Marinho
what you really need to do?, create an app Web2py from your tables?


   Ovidio Marinho Falcao Neto
 ovidio...@gmail.com
 88269088
   Paraiba-Brasil



2011/6/24 Camil Ghircoias 

> Hi,
>
> I am now reading some documnentation about web2py.
> Does web2py support postgresql schemas ?
> I have my tables grouped in postgresql into scheme inside same
> database.
> So I can have same tables into the same databases but in different
> schemas.
>
> Like
>
> schema1.mytable
> schema2.mytable
>
> How can I work with web2py without renaming tables or changing the
> database logic ?
>
> I write here because on internbet there was not a clear answer if you
> can work with it or not.
>


[web2py] web2py and postgresql schema

2011-06-24 Thread Camil Ghircoias
Hi,

I am now reading some documnentation about web2py.
Does web2py support postgresql schemas ?
I have my tables grouped in postgresql into scheme inside same
database.
So I can have same tables into the same databases but in different
schemas.

Like

schema1.mytable
schema2.mytable

How can I work with web2py without renaming tables or changing the
database logic ?

I write here because on internbet there was not a clear answer if you
can work with it or not.