ean code data type

Lists: pgsql-general
From: Ottavio Campana <ottavio(at)campana(dot)vi(dot)it>
To: pgsql-general(at)postgresql(dot)org
Subject: ean code data type
Date: 2006-06-07 09:22:38
Message-ID: 44869ADE.70206@campana.vi.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Is there a data type for ean codes for postgresql 7.4? I found the isbn
data type, and I would appreciate something similar for ean codes.

Thank you


From: "chris smith" <dmagick(at)gmail(dot)com>
To: "Ottavio Campana" <ottavio(at)campana(dot)vi(dot)it>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ean code data type
Date: 2006-06-07 12:25:16
Message-ID: 3c1395330606070525p2008c082ufc1c4d8cc323da1b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

On 6/7/06, Ottavio Campana <ottavio(at)campana(dot)vi(dot)it> wrote:
> Is there a data type for ean codes for postgresql 7.4? I found the isbn
> data type, and I would appreciate something similar for ean codes.

If there isn't you can create your own:

http://www.postgresql.org/docs/8.1/static/sql-createtype.html

--
Postgresql & php tutorials
http://www.designmagick.com/