On Tue, 30 Jan 2001, Kovacs Zoltan wrote:
> > It appears to me that this is correct, since there is no constraint
> > on the first column that says that those three columns form a unique
> > key *by themselves*. I believe there were bugs in the code that checked
> > for this error before ...
> >
On Mon, 29 Jan 2001, Tom Lane wrote:
> Kovacs Zoltan <[EMAIL PROTECTED]> writes:
> > CREATE TABLE pakolas_cikktetel (
> > pakolas int4 not null,
> > cikk int4 not null,
> > minoseg int4 not null,
> > sorszam int4 check (sorszam > 0),
> > helyrol int4,
> > helyre int4,
> >