RE : Re: RE : Re: database design ...

From: Desmond Coughlan <coughlandesmond(at)yahoo(dot)fr>
To: Shane Ambler <pgsql(at)007Marketing(dot)com>
Cc: Raymond O'Donnell <rod(at)iol(dot)ie>, pgsql mailing list <pgsql-general(at)postgresql(dot)org>
Subject: RE : Re: RE : Re: database design ...
Date: 2006-11-15 02:54:29
Message-ID: 20061115025430.83404.qmail@web23111.mail.ird.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

X-No-Archive: true

Excellent.. thank you for that!

D.

Shane Ambler <pgsql(at)007Marketing(dot)com> a écrit :
Desmond Coughlan wrote:
> X-No-Archive: true
>
> Just had a thought. If you see ..
>
> http://www.chez.com/desmondcoughlan/unix/cdi_gt.sql

With the ISBN number you may want to look at contrib/isn - this adds
ISBN types.
If not then varchar(12) won't hold the new ISBN-13 format that is in
full effect next year.

From the readme -

This directory contains definitions for a few PostgreSQL
data types, for the following international-standard namespaces:
EAN13, UPC, ISBN (books), ISMN (music), and ISSN (serials). This module
is inspired by Garrett A. Wollman's isbn_issn code.

I wanted the database to fully validate numbers and also to use the
upcoming ISBN-13 and the EAN13 standards, as well as to have it
automatically doing hyphenations for ISBN numbers.

This new module validates, and automatically adds the correct
hyphenations to the numbers. Also, it supports the new ISBN-13
numbers to be used starting in January 2007.

--

Shane Ambler
pgSQL(at)007Marketing(dot)com

Get Sheeky @ http://Sheeky.Biz

--
Des Coughlan
coughlandesmond(at)yahoo(dot)fr

"Un client de plus, c'est un relou de plus..."


---------------------------------
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message garry saddington 2006-11-15 04:29:58 odd result set
Previous Message Shane Ambler 2006-11-15 02:28:38 Re: RE : Re: database design ...