Thread: pg_get_indexdef

pg_get_indexdef

From
Christopher Kings-Lynne
Date:
Should pg_get_indexdef return its TABLESPACE clause?

Chris



Re: pg_get_indexdef

From
Tom Lane
Date:
Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
> Should pg_get_indexdef return its TABLESPACE clause?

Already done.
        regards, tom lane


Re: pg_get_indexdef

From
Christopher Kings-Lynne
Date:
>>Should pg_get_indexdef return its TABLESPACE clause?
> 
> 
> Already done.

Cool.  I'd considered it before when I was coding psql stuff, but then I 
forgot to bring it up again on the list...

Chris