Inheritance clarification please

Поиск
Список
Период
Сортировка
От tom
Тема Inheritance clarification please
Дата
Msg-id 000001c0e206$e346c100$660e2c81@bellsouth.net
обсуждение исходный текст
Ответы Re: Inheritance clarification please  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general
Greets,
    I'm trying to get my head around what the benefits to inheritance are.

    Is the data duplicated or just referenced in the parent table? If it's
duplicated then the database size and bloat are an issue for me.

    Another question I have is that say I have a parent table users and a child
table hobbies...one of my users exists only in the users table but now I
want to add his hobbies...is it possible to change him over to the hobbies
table without deleting him in the user table, then inserting him into the
hobbies table from scratch?


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

Предыдущее
От: Frank Bax
Дата:
Сообщение: psql shell problem
Следующее
От: Frank Miles
Дата:
Сообщение: LIKE erratic? or unseen DB corruption?