Figured this out... someone changed the name of the column and took out the
extra 'h' in acceptance_threshhold on the database the fdw is pointing
--
View this message in context:
http://www.postgresql-archive.org/FDW-table-doesn-t-exist-tp5958279p5958336.html
Sent from the PostgreSQL - g
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,