On Fri, 3 Jun 2011 23:01:10 -0400, Josh Kupershmidt <schmiddy@gmail.com> wrote:
...
> Well, you *could* create a partial index which only covered the NULL
> values, if you think such an index would actually be useful (i.e. you
> have a lot of queries looking for NULL values in this table).
Ok that what I tought; but I'm gonna stick to BYTEA NULL values indexation
only 'cos this table is heavy already (goal is just to check whether an
invoice's PDF has been created or not.)
Thanks Josh
...