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:30:01
Message-ID: 40FF6CF9.8010107@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Yes. This is horribly ugly, and I suspect that you cannot do it
> without making TABLESPACE a fully-reserved word.

No, I've already done it and it works just fine. What is your
suggestion then? Just assume the name of the index it will get?

Also, I realised that the pg_get_serial_sequence() doesn't solve the
whole sequence autonaming problem :( Specifically, dump entries like this:

COMMENT ON SEQUENCE blah_seq IS 'asdfsdfa';

Chris

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2004-07-22 07:32:24 Re: Fixing PKs and Uniques in tablespaces
Previous Message Tom Lane 2004-07-22 07:09:26 Re: Fixing PKs and Uniques in tablespaces