cyga / www_fdw

fdw extension for postgres
http://wiki.postgresql.org/wiki/WWW_FDW
123 stars 21 forks source link

SSL SYSCALL error: EOF detected #41

Open akira-tech opened 6 years ago

akira-tech commented 6 years ago

Hello! I'm trying this with postgres 10.1 and thing is crushing. Any advise on how to debug/get to the bottom of this? Many thanks, Alex

apvp_db=# CREATE FOREIGN TABLE www_fdw_wiki (search text, "limit" text, "Text" text, "Description" text, "Url" text) SERVER www_fdw_server_wiki; CREATE FOREIGN TABLE apvp_db=# select "Text",substring("Description",1,25)||'...',"Url" from www_fdw_wiki where search='postgres' and "limit"='2'; SSL SYSCALL error: EOF detected The connection to the server was lost. Attempting reset: Failed.