Re: BUG #15299: relation does not exist errors

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #15299: relation does not exist errors
Дата
Msg-id 17754.1532623813@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #15299: relation does not exist errors  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #15299: relation does not exist errors  (Jeff Frost <jeff@pgexperts.com>)
Список pgsql-bugs
=?utf-8?q?PG_Bug_reporting_form?= <noreply@postgresql.org> writes:
> We recently upgraded some production servers to 9.5.13 on Saturday
> (7/21/2018) and they ran fine for 2 days. On Wednesday morning, we started
> seeing some strange issues where postgres was reporting tons of "relation"
> does not exist errors. Here are some snippets from the logs:

> 2018-07-25 14:33:53.243
> GMT,"app_db","webapp",34887,"127.0.0.1:56740",5b587d3b.8847,90363,"PARSE",2018-07-25
> 13:38:03 GMT,287/3021104,0,ERROR,42P01,"relation ""login_informations"" does
> not exist",,,
> ,,,"SELECT  ""login_informations"".* FROM ""login_informations"" WHERE
> ""login_informations"".""id"" = 735211 LIMIT 1",37,,"sidekiq 4.1.2 procore
> [0 of 5 busy]"

> Connecting to the DB via psql and issuing a \d login_informations showed
> that the table was there. Running one of the queries from the logs by hand
> worked fine.

My first thought would be something to do with a restrictive search_path.

            regards, tom lane


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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15299: relation does not exist errors
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15300: "do you want the application "postgres" to acceptincoming network connections" dialog box madness