[GENERAL] FDW table doesn't exist

Поиск
Список
Период
Сортировка
От kerneltrick
Тема [GENERAL] FDW table doesn't exist
Дата
Msg-id 1493134779815-5958279.post@n3.nabble.com
обсуждение исходный текст
Ответы Re: [GENERAL] FDW table doesn't exist  (kerneltrick <brian.pontz@gmail.com>)
Список pgsql-general
Hi all,

I have a FDW to another database but I started getting this error while
trying to use it

select * from aut_class limit 10;
ERROR:  column "acceptance_threshhold" does not exist
HINT:  Perhaps you meant to reference the column
"aut_class.acceptance_threshold".

Yet when I do some checking, it's obvious that the column does exist.

acceptance_threshhold | numeric                |           | (column_name
'acceptance_threshhold') | main     |              |

Any ideas on what I can do to fix this or debug this problem?



--
View this message in context: http://www.postgresql-archive.org/FDW-table-doesn-t-exist-tp5958279.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: [GENERAL] Failed dependencies for Pgadmin4 Web in Centos 7
Следующее
От: Claudio Freire
Дата:
Сообщение: Re: [GENERAL] [PERFORM] Questionaire: Common WAL write rates on busy servers.