On May 21, 6:32 pm, George Sakkis <[EMAIL PROTECTED]> wrote:
> I have a simple DB table that stores md5 signature pairs:
>
>Table "public.duplicate"
> Column | Type | Modifiers
> --+---+---
> sig | bytea | not null
> orig_sig | bytea | not null
> Indexes:
> "
I have a simple DB table that stores md5 signature pairs:
Table "public.duplicate"
Column | Type | Modifiers
--+---+---
sig | bytea | not null
orig_sig | bytea | not null
Indexes:
"duplicate_pkey" PRIMARY KEY, btree (sig)
"ix_duplicate_orig_sig" btree (ori