inherit table and its data

Поиск
Список
Период
Сортировка
От Dilyan Berkovski
Тема inherit table and its data
Дата
Msg-id 644082.4132.qm@web33104.mail.mud.yahoo.com
обсуждение исходный текст
Ответы Re: inherit table and its data  (Christian Schröder <cs@deriva.de>)
Список pgsql-general
hi All,
I am using PostgreSQL 8.2, and I am interested in creating a table B that inherits table A, but with all it's data!

create table B {a int} inherits A, just adds the structure of table A, not its data.

Is it possible to do this without the classic way - trigger on table A so each insert/update is done also in B, or it's
notpossible without triggers. 

thanks, Dilyan





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

Предыдущее
От: Tony Caduto
Дата:
Сообщение: Libpq.dll lite is here :-)
Следующее
От: "Albe Laurenz"
Дата:
Сообщение: Re: pgsql-general@postgresql.org