On Thu, Feb 01, 2007 at 09:17:51PM -0500, Tom Lane wrote:
> "michael" <[EMAIL PROTECTED]> writes:
> > can these be executed with index seek like what MS SQL does?
> > select * from account_category
> > where account_category_full_description <> 'MICHAEL'
>
> What for? A query like that is genera
"michael" <[EMAIL PROTECTED]> writes:
> can these be executed with index seek like what MS SQL does?
> select * from account_category
> where account_category_full_description <> 'MICHAEL'
What for? A query like that is generally going to fetch the majority of
the table, so an indexscan would be
The following bug has been logged online:
Bug reference: 2953
Logged by: michael
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.2.0
Operating system: windows 2000
Description:index scan, feature request
Details:
hi postgresql team,
can these be executed wit