Re: Fixing PKs and Uniques in tablespaces - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: Fixing PKs and Uniques in tablespaces
Date
Msg-id 410084E0.4080509@familyhealth.com.au
Whole thread Raw
In response to Re: Fixing PKs and Uniques in tablespaces  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Responses Re: Fixing PKs and Uniques in tablespaces  (Gaetano Mendola <mendola@bigfoot.com>)
Re: Fixing PKs and Uniques in tablespaces  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
>> I never really considered oracle's implementation of tablespaces when I
>> worked on tablespaces. The database default tablespace seems similar to
>> Oracle's SYSTEM tablespace. I'm not sure if they use a global tablespace
>> like we do.
> 
> 
> My point was that Oracle has added a tablespace clause to the constraint 
> clause, so we can too!
> 
> Also, since I checked and it seems that our syntax for putting tables an 
> d indexes in tablespaces at creation time is identical to oracle's, 
> perhaps we should copy them on constraints as well.

Since we're getting close to beta, can we have consensus on what I'm to 
do about this?

Chris



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Preparation for beta
Next
From: Oliver Jowett
Date:
Subject: Re: [JDBC] V3 protocol + DECLARE problems