Re: USING INDEX TABLESPACE

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: USING INDEX TABLESPACE
Date: 2004-08-02 04:33:37
Message-ID: 410DC421.7050400@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> Applied. I also added some code to ruleutils.c to make
> pg_get_constraintdef output the USING INDEX TABLESPACE clause at need.
>
> We might want to think about getting pg_dump to rely more on
> pg_get_constraintdef and friends, instead of native wit ...

Yes, that was really dumb of me not to think of that :/

Especially since I wrote the primary key and unique parts of
pg_get_constraintdef... :P

I would like to have pg_get_xxxdef for everything. Tables, whole
databases, etc. :)

Chris

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-08-02 05:01:31 Re: Fix for OWNER TO breaking ACLs
Previous Message Tom Lane 2004-08-02 04:21:20 Re: USING INDEX TABLESPACE