Re: database schemas support for postgresql psycopg2

2009-05-29 Thread Jack Orenstein
On May 29, 2009, at 8:25 PM, david.schruth wrote: > > Hello, > > I'm trying to get this working for multiple (non public) schemas in > postgresql databases using the psycopg2 database driver. I'm using > the most current svn of django 1.01 (from today). > > ... > Does anybody have a solution for

database schemas support for postgresql psycopg2

2009-05-29 Thread david.schruth
Hello, I'm trying to get this working for multiple (non public) schemas in postgresql databases using the psycopg2 database driver. I'm using the most current svn of django 1.01 (from today). I've tried both of the following two methods neither of which seem to work: db_schema = 'whatever' #