Inherritance question

Поиск
Список
Период
Сортировка
От Kim Adil
Тема Inherritance question
Дата
Msg-id 1125789792.8796.8.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: Inherritance question solved  (Kim Adil <ksadil@bigpond.net.au>)
Список pgsql-novice
Hi,

Using pgadmin3, I created the tables :

physical_object
    title
    description

equipment
    manufacturer
    model
    serial_num
    -> inherits from physical_objects

when I use the "edit data" feature of pgadmin3, the eqipment specific
colums are readonly( and blank) and in the table properties for
equipment these columns are grey, not black. How can I populate these
fields?

Thanks,
Kim


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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: UPDATE: pg_dump fails due to invalid memory request
Следующее
От: Kim Adil
Дата:
Сообщение: Re: Inherritance question solved