Opened 18 years ago
Closed 18 years ago
#2120 closed defect (duplicate)
Poor schema support (PostgreSQL)
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | normal | Keywords: | schema, postgresql |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Problem with schemas was reported in tickets #1208 and #1051.
In the result was implemented additional django settings named DATABASE_SCHEMAS, but it's no solution for all problems.
Schemas may contains table with the same names, in this case setting search_patch isn't good idea.
I think, right solution for this would be attibute "db_table_schema" in the "Meta" class that should be respect in all SQL queries.
Note:
See TracTickets
for help on using tickets.
Duplicate of #1051.