Re: [HACKERS] PC Week PostgreSQL benchmark results posted online (fwd)

From: Jose Soares <jose(at)sferacarta(dot)com>
To: Jan Wieck <wieck(at)debis(dot)com>
Cc: Jeff MacDonald <jeff(at)pgsql(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] PC Week PostgreSQL benchmark results posted online (fwd)
Date: 2000-02-18 13:47:26
Message-ID: 38AD4D6E.A7EB4579@sferacarta.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jan Wieck wrote:

> > Tim Dyck asked me to forward this on to the list.
> >
> > *****************************
> >
> > FYI, the story is available online at:
> >
> > http://www.zdnet.com/pcweek/stories/news/0,4153,2436153,00.html
> >
> > As I think I have mentioned, I would like to review PostgreSQL 7.0 when it
> > goes gold, so if someone could let me know when it is available, that
> > would be much appreciated.
>
> And that'll be an interesting one. Just looked into the MSSQL
> 7.0 docs today. They don't have referential actions! So
> something like ON UPDATE CASCADE/... must be implemented the
> hard way as triggers. Need to look it up once again tomorrow
> to see if constraints can be deferred or not.
>
> On this detail, we already left at least one (and definitely
> not the smallest) commercial database behind on the way to
> SQL3.
>
> Can someone take a look at Interbase, Oracle and others about
> it?
>
> Jan
>
> --
>

Borland Interbase 4.0 syntax:

contraint_def:
{ PRIMARY KEY | UNIQUE (col [, col...] )
| FOREIGN KEY (col [, col...]) REFERENCES other_table
| CHECK (<search_condition>)
}

--
Jose' Soares
Bologna, Italy Jose(at)sferacarta(dot)com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-02-18 14:16:08 Re: [HACKERS] psql and Control-C
Previous Message Mauricio da Silva Barrios 2000-02-18 13:06:16