Opened 19 years ago
Closed 19 years ago
#2120 closed defect (duplicate)
Poor schema support (PostgreSQL)
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.