Re: Fixing PKs and Uniques in tablespaces

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Fixing PKs and Uniques in tablespaces
Дата
Msg-id 40FF6CF9.8010107@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: Fixing PKs and Uniques in tablespaces  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Fixing PKs and Uniques in tablespaces
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Fixing PKs and Uniques in tablespaces