Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Vector type (Re: challenging constraint situation - how do I make it)


  • From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
  • To: Alban Hertroys <alban(at)magproductions(dot)nl>
  • Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
  • Subject: Re: Vector type (Re: challenging constraint situation - how do I make it)
  • Date: Fri, 26 May 2006 10:07:39 -0400
  • Message-id: <25551(dot)1148652459(at)sss(dot)pgh(dot)pa(dot)us>

Alban Hertroys <alban(at)magproductions(dot)nl> writes:
> I'd say "unique constraint violation" right here (provided there's a 
> unique constraint on this column, of course). The order in which these 
> are inserted/updated doesn't seem to matter either. I'm afraid I'm still 
> missing the point...

The point is that btree depends on a number of assumptions about the
behavior of the operators in an operator class, and one of those
assumptions is that "equality" is transitive.

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group