Re: inheritance and audit columns

Поиск
Список
Период
Сортировка
От Jules Alberts
Тема Re: inheritance and audit columns
Дата
Msg-id 200201151225.g0FCPtLu014887@artemis.cuci.nl
обсуждение исходный текст
Ответ на Re: inheritance and audit columns  (Oliver Elphick <olly@lfix.co.uk>)
Список pgsql-novice
On 15 Jan 2002 at 10:18, Oliver Elphick wrote:

> On Mon, 2002-01-14 at 14:20, Jules Alberts wrote:
> ...
> > what may cause a problem though is that i want to do multiple
> > inheritance, something like:
> >
> > /** start of code **/
> > create table dummy (
> >   dummy_id serial primary_key,
> >   dummy_name varchar(100)
> > ) inherits (foo, bar);
> > /** end of code **/
<snip>
> Well, the simple method is to try it!  (Which would show you that
> "primary_key" is wrong; it should be "primary key".):
<snip>

hello Oliver, thanks for reacting.

i was (and am) going to try it, but i also posted the question here
hoping to hear from people who use this in live situations, and know
more about postgresql in general. i will have a look at the problems in
the todo's, thanks again.

--
Jules Alberts

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

Предыдущее
От: Oliver Elphick
Дата:
Сообщение: Re: inheritance and audit columns
Следующее
От: Ewald Geschwinde
Дата:
Сообщение: group by