EndPointCorp / end-point-blog

End Point Dev blog
https://www.endpointdev.com/blog/
17 stars 65 forks source link

Comments for Speeding Up Some FDW Queries #844

Open phinjensen opened 6 years ago

phinjensen commented 6 years ago

Comments for https://www.endpointdev.com/blog/2013/08/speeding-up-some-fdw-queries/ By Szymon Lipiński

To enter a comment:

  1. Log in to GitHub
  2. Leave a comment on this issue.
phinjensen commented 6 years ago
original author: Anonymous
date: 2013-08-09T04:12:33-04:00

begin; SET constraint_exclusion TO 'on'; ... SET constraint_exclusion TO DEFAULT; end;

SET LOCAL constraint_exclusion = on;

phinjensen commented 6 years ago
original author: Szymon Guz
date: 2013-08-12T11:25:52-04:00

Right, thank you for noticing that.