Re: inheritance and audit columns - Mailing list pgsql-novice

From Jules Alberts
Subject Re: inheritance and audit columns
Date
Msg-id 200201151225.g0FCPtLu014887@artemis.cuci.nl
Whole thread Raw
In response to Re: inheritance and audit columns  (Oliver Elphick <olly@lfix.co.uk>)
List 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 by date:

Previous
From: Oliver Elphick
Date:
Subject: Re: inheritance and audit columns
Next
From: Ewald Geschwinde
Date:
Subject: group by