On Mon, Feb 14, 2011 at 11:57 AM, David Johnston <pol...@yahoo.com> wrote:
> You cannot ALWAYS do an indexed scan - sometimes the only option for the > parser is to do a sequential scan (thus you can say "avoid unless you have > to" but you can never truly disable sequential scanning). > Does this suggest that the config items "disable_seqscan" (and friends) should be renamed to "avoid_seqscan" ? -- Jon