is there a 'table' data type in pg?

Поиск
Список
Период
Сортировка
От Louis-David Mitterrand
Тема is there a 'table' data type in pg?
Дата
Msg-id 20070724124246.GA22602@apartia.fr
обсуждение исходный текст
Ответы Re: is there a 'table' data type in pg?  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-sql
Hello,

In my forum app a new post can be related to several types of objects: 
person, location, event, simple text subject, etc. so in my 'forum' 
table I plan to add an id_subject column which can contain a reference 
to any number of different tables (location, person, etc.). What I need 
to know is to _what_ table the id_subject belongs.

Can I use a another column to store the type of the id_subject (ie: the 
tabled it belongs to) ? Then I would be able to query that table for 
additional info to print alongside the forum posts.

Thanks for your insights,


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

Предыдущее
От: "Jyoti Seth"
Дата:
Сообщение: Re: Database Synchronization
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: is there a 'table' data type in pg?