Re: FDW table hints
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Dave Page <dpage@pgadmin.org>
Cc: Susanne Ebrecht <susanne@2ndquadrant.com>, Magnus Hagander <magnus@hagander.net>, David Fetter <david@fetter.org>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2011-05-03T14:19:55Z
Lists: pgsql-hackers
Dave Page <dpage@pgadmin.org> writes: > On Tue, May 3, 2011 at 10:33 AM, Susanne Ebrecht > <susanne@2ndquadrant.com> wrote: >> When we make such a hint for foreign tables then we should make a similar >> hint for views. > A view really isn't a table, unlike a foreign table, so I don't think > that argument holds. Well, from the implementation standpoint a foreign table is a lot more like a view than it is like a table. I think the real point is that a hint for this on views would be a waste of translator manpower, because we've not heard of anyone making that mistake. regards, tom lane