Schizophrenic design and solution to it

Поиск
Список
Период
Сортировка
От nobody
Тема Schizophrenic design and solution to it
Дата
Msg-id c0gm32$1mmo$1@news.hub.org
обсуждение исходный текст
Список pgsql-general
I have a database which design I inherited. It is not PostgreSQL but I hope
somebody here could help.

There are two tables "RemovalProject" and "Carriage. Both are 90 percent
equal and basicaly represent a transport job.

I need to extend the database to handle allocation of labour to both
RemovalProject and Carriage. But because they are two separate tables, it
looks I will have to develop two systems for labour allocation - I simply
cannot concieve one table linked to both, RemovalProject and Carriage, to
represent the labour allocation and have the SQL to handle "conditional"
join.

How would you resolve this design issue?

Vladimir



В списке pgsql-general по дате отправления:

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Providing the password to psql from a script
Следующее
От: Joe Maldonado
Дата:
Сообщение: Index storage question...