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