Re: Fixing PKs and Uniques in tablespaces

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fixing PKs and Uniques in tablespaces
Date: 2004-07-22 07:32:24
Message-ID: 40FF6D88.3050206@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>>Does anyone object to extending the grammar to allow this?
>
> Yes. This is horribly ugly, and I suspect that you cannot do it
> without making TABLESPACE a fully-reserved word.

I note that this seems to be the Oracle syntax:

CONSTRAINT PK_Stock PRIMARY KEY (Company) USING INDEX TABLESPACE
Appl_Indexes

http://www.siue.edu/~dbock/cmis564/otext4.htm

Since we stole tablespaces from Oracle, maybe we should make them work
the same?

Chris

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2004-07-22 07:37:20 Re: Fixing PKs and Uniques in tablespaces
Previous Message Christopher Kings-Lynne 2004-07-22 07:30:01 Re: Fixing PKs and Uniques in tablespaces