Re: inheritance and audit columns

From: "Jules Alberts" <julesa(at)arbodienst-limburg(dot)nl>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: inheritance and audit columns
Date: 2002-01-15 12:19:46
Message-ID: 200201151225.g0FCPtLu014887@artemis.cuci.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message John Burski 2002-01-15 15:42:25 Re: Cant find libpq-fe.h
Previous Message Oliver Elphick 2002-01-15 10:18:42 Re: inheritance and audit columns