Re: Upgrade 96 -> 11

Поиск
Список
Период
Сортировка
От James Sewell
Тема Re: Upgrade 96 -> 11
Дата
Msg-id CAANVwEtXC8yRFqpA3AMYQmiue0mT9GEr7jmJW-_biJg_q+XTWg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Upgrade 96 -> 11  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
If anyone hits this it is an issue with using the Geography type with a non 4326 SRID on a table and pg_upgrade.

It should be fixed (the check dropped as it's something of a relic) in the next version of PostGIS. In the meantime you would have to patch it out yourself.


On Wed, 4 Sep 2019 at 10:03, Adrian Klaver <adrian.klaver@aklaver.com> wrote:
On 9/3/19 3:45 PM, James Sewell wrote:
>
>

>
>     -- For binary upgrade, create an empty extension and insert objects
>     into it
>     DROP EXTENSION IF EXISTS tablefunc;
>     SELECT pg_catalog.binary_upgrade_create_empty_extension('tablefunc',
>     'public', true, '1.0', NULL, NULL, ARRAY[]::pg_catalog.text[]);
>
>
>     Try the above on your schema and see what you get.
>
>
> Yep - an empty extension. I think this logic is wrong. Creating an empty
> extension is fine and makes sense but extension owned relations should
> be created as the next step, not just at some time later.
>

So to be clear you ran pg_dump with  --binary-upgrade and the extension
elements where created after the user table that tripped the error?



--
Adrian Klaver
adrian.klaver@aklaver.com


The contents of this email are confidential and may be subject to legal or professional privilege and copyright. No representation is made that this email is free of viruses or other defects. If you have received this communication in error, you may not copy or distribute any part of it or otherwise disclose its contents to anyone. Please advise the sender of your incorrect receipt of this correspondence.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: killing vacuum analyze process
Следующее
От: "Arnaud L."
Дата:
Сообщение: Re: Slow statement using parallelism after 9.6>11 upgrade