Re: [BUGS] BUG #14844: Failure/Duplicate key value with ALTER DATABASE set search_path

Поиск
Список
Период
Сортировка
От Hans Buschmann
Тема Re: [BUGS] BUG #14844: Failure/Duplicate key value with ALTER DATABASE set search_path
Дата
Msg-id D2B9F2A20670C84685EF7D183F2949E2373E02@gigant.nidsa.net
обсуждение исходный текст
Ответ на [BUGS] BUG #14844: Failure/Duplicate key value with ALTER DATABASE setsearch_path  (buschmann@nidsa.net)
Список pgsql-bugs

I run the above query (also without restricting to pg_catalog) under superuser postgres in both dbs.
There was no error.

The databases are on SSD, no problems with storage so far (checksums are enabled).

I only did standard SQL/utility commands to create, restore, set_search_path and analyze the 2 databases one after another without any error.

The first error that occurred was that the second alter database set search_path was executed without error, but had no effect!
Then afterwords other alter database set search_path commands gave the error of duplicate key.

The procedure is quite easy and straight forward: only create/restore/set_search_path/analyze 2 databases which have objects in other schemas as public.

The database size is about  1 GB in PG_DATA each.
If necessary, I can repeat the procedure on another machine, but please give me some time.

Thank you

Hans Buschmann


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: [BUGS] BUG #14844: Failure/Duplicate key value with ALTERDATABASE set search_path
Следующее
От: Aleksander Alekseev
Дата:
Сообщение: [BUGS] 10.0: Logical replication doesn't execute BEFORE UPDATE OF trigger