Hi,

I'm considering Django for some projects, but initial research on schema 
support only showed some generics and I can't really find a good answer to my 
specific situation. So, I figured I'd try here.

I've developed a database which should support various applications, separated 
by schema's. For sake of this discussion let's consider the following:

PostgreSQL
    |
    |-- DB:webapps
          \
           |-- schema:geo_regionX
           |-- schema:geo_regionY
           |-- schema:domino
           |-- schema:appointments
           |-- schema:salesforce
           |-- schema:auth
    |-- Other dbs

The appointments application for client X needs access to geo_regionX. The 
salesforce application for client Y needs access to geo_regionY. The domino 
game needs access to neither.
All need access to auth.

Appropriate security measures have been taken in pg_hba.conf to enforce these 
permissions on connect.
So my question should be obvious:
Is it possible for a "Django appointments application" to understand and use 
the geographical information from the tables in the geo_regionX schema and 
equally important to treat that specific schema as read only, as the data is 
kept up-to-date by other means?
-- 
Melvyn Sopacua

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=.


Reply via email to