Re: Primary key with oid + name : error, which solution ?

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Stéphane Chomat <steph_chomat(at)mac(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Primary key with oid + name : error, which solution ?
Date: 2001-10-31 22:40:21
Message-ID: 20011031143839.P19548-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


On Wed, 31 Oct 2001, [ISO-8859-1] Stphane Chomat wrote:

> Yes, name is an internal type. The problem is in the type of the table
> repertory. If it is not
> possible to use this syntaxe, i will take the type char. I just try the
> new possibility of postgressql.

Yeah. I think the problem is that you'd need an operator class to take two
objects of type repertory and sort them because the uniqueness is handled
via with the index system.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message --CELKO-- 2001-11-01 01:14:08 Re: Recursive select
Previous Message Stéphane Chomat 2001-10-31 22:21:25 Re: Primary key with oid + name : error, which solution ?