Opened 18 years ago

Closed 18 years ago

#2120 closed defect (duplicate)

Poor schema support (PostgreSQL)

Reported by: caffecoder@… 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.

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #1051.

Note: See TracTickets for help on using tickets.
Back to Top