Re: Postgres 9.6 to 12.7 pg_upgrade error - terminating connection due to administrator command

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: Postgres 9.6 to 12.7 pg_upgrade error - terminating connection due to administrator command
Дата
Msg-id CAKFQuwZmqZBOQU=b9K_+dt5W5zQBm96kce=_KAwZEXwzpuBkXQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Postgres 9.6 to 12.7 pg_upgrade error - terminating connection due to administrator command  (Dhanush D <dhanushdk94@gmail.com>)
Список pgsql-general
On Mon, Aug 2, 2021 at 12:20 PM Dhanush D <dhanushdk94@gmail.com> wrote:
It doesn't show up twice based on these checks (Is there any other way I can check if the seq is showing up twice?).


 SELECT * FROM pg_class WHERE relkind = 'S' AND relname ~ 'permission';

I made the "relname" a bit broad, you should see the exact name (add an order by...).  relkind=S are sequences.

David J.

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

Предыдущее
От: Dhanush D
Дата:
Сообщение: Re: Postgres 9.6 to 12.7 pg_upgrade error - terminating connection due to administrator command
Следующее
От: Vikas Sharma
Дата:
Сообщение: pgcrypto - real life examples to encrypt / decrypt