-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ошибка в b4_btree_pgstattuple.sql #21
Comments
NikolayS
added a commit
that referenced
this issue
Aug 26, 2018
1 task
NikolayS
added a commit
that referenced
this issue
Nov 26, 2018
NikolayS
added a commit
that referenced
this issue
Feb 9, 2020
NikolayS
added a commit
that referenced
this issue
Feb 9, 2020
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
У меня много схем в БД и поэтому проявилась вот такая ошибка:
это связано вот с этим:
schemaname || '.' || p.indexrelid::regclass::text
для объекта находящегося по пути поиска
p.indexrelid::regclass::text
схема отсутствует, а вот если объект находится вне пути поиска то схема добавляется и поэтому получается задвоение схемы.Предлагаю вообще убрать
schemaname || '.' ||
. Или же сделать более интеллектуальный анализ.The text was updated successfully, but these errors were encountered: