Re: Re[2]: Unimpletmented features

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: John Morton <jwm(at)plain(dot)co(dot)nz>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Re[2]: Unimpletmented features
Date: 2000-08-17 01:26:34
Message-ID: Pine.BSF.4.10.10008161823490.94652-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 17 Aug 2000, John Morton wrote:

> That much works for me, thanks. I was looking at adding uniqueness across
> fields but I can do that with CREATE INDEX, so it's not a showstopper.
> If I was trying to add other contraints I'd be having more trouble. I seem
> to recall that the rename/create/fill/delete kludge required rebuilding
> indexes and permissions by hand in 6.5.*; is it the same story in 7.0?

Right now yes, although 7.1 should have an ADD CONSTRAINT for check
constraints. (It might be in CVS at this point, I'm not sure if it was
applied)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gilles DAROLD 2000-08-17 07:22:07 Re: Tables Question
Previous Message John Morton 2000-08-17 01:13:20 Re[2]: Unimpletmented features