Re: USING INDEX TABLESPACE - Mailing list pgsql-patches

From Christopher Kings-Lynne
Subject Re: USING INDEX TABLESPACE
Date
Msg-id 410DC421.7050400@familyhealth.com.au
Whole thread Raw
In response to Re: USING INDEX TABLESPACE  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: USING INDEX TABLESPACE
Next
From: Tom Lane
Date:
Subject: Re: Fix for OWNER TO breaking ACLs