Re: [HACKERS] EAN barcode datatype

2006-11-13 Thread Enrico
> Are you familiar with the contrib/ian module that will be in 8.2? > > -- > Michael Fuhr I develepped this code on 8.0.x version, for my work, but I can always study :) Enrico -- If Bill Gates had a penny for everytime Windows crashed,he'd be a multi-billionaire by now ...oh look, he a

Re: [HACKERS] EAN barcode datatype

2006-11-13 Thread Enrico
On Mon, 13 Nov 2006 10:20:38 -0500 Andrew Dunstan <[EMAIL PROTECTED]> wrote: > This could be a piece of wheel reinvention. Please see > http://pgfoundry.org/projects/gtin/ I didn't know this project, I arrived later... :( Thanks Enrico -- If Bill Gates had a penny for everytime Windows crashed

Re: [HACKERS] EAN barcode datatype

2006-11-13 Thread Andrew Dunstan
Enrico wrote: I'm writing a little contrib for postgresql, to handle ean barcode datatype. It contains operators and functions like ISBN datatype, and it also contains a check digit function to control right or wrong inserts. Can this code is useful for postgresql community? Now, I'm testing

Re: [HACKERS] EAN barcode datatype

2006-11-13 Thread Michael Fuhr
On Mon, Nov 13, 2006 at 04:05:08PM +0100, Enrico wrote: > I'm writing a little contrib for postgresql, > to handle ean barcode datatype. > > It contains operators and functions like ISBN datatype, > and it also contains a check digit function to > control right or wrong inserts. > > Can this cod

[HACKERS] EAN barcode datatype

2006-11-13 Thread Enrico
I'm writing a little contrib for postgresql, to handle ean barcode datatype. It contains operators and functions like ISBN datatype, and it also contains a check digit function to control right or wrong inserts. Can this code is useful for postgresql community? Now, I'm testing my code on EAN 1