Re: pg_upgrade patches applied

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pg_upgrade patches applied
Дата
Msg-id 201101051608.p05G8Tb28590@momjian.us
обсуждение исходный текст
Ответ на Re: pg_upgrade patches applied  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Fix for pg_upgrade migrating pg_largeobject_metadata  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <bruce@momjian.us> writes:
> > Tom Lane wrote:
> >> That isn't going to work.  At least not unless you start trying to force
> >> roles to have the same OIDs in the new installation.
> 
> > If so I can use the CREATE ROLE ... SYSID clause when doing a binary
> > upgrade.
> 
> Oh, I had forgotten we still had that wart in the grammar.
> It doesn't actually work:
> 
>         else if (strcmp(defel->defname, "sysid") == 0)
>         {
>             ereport(NOTICE,
>                     (errmsg("SYSID can no longer be specified")));
>         }
> 
> Not sure if it's better to try to make that work again than to add
> another hack in pg_upgrade_support.  On the whole that's a keyword
> I'd rather see us drop someday soon.

OK, let me work on adding it to pg_upgrade_support.  Glad you saw this.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_upgrade patches applied
Следующее
От: Florian Pflug
Дата:
Сообщение: Re: Support for negative index values in array fetching