diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-09-09 04:07:52 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-09-09 04:07:52 +0000 |
| commit | dff84dc762bd225dbf69f5baa639560310053a74 (patch) | |
| tree | b38d627b5c18a99cd62b85e4d45a4b021177ba50 /contrib/README | |
| parent | 42c17a6bb07f7400a14dffce687f14cc748fa064 (diff) | |
| download | postgresql-dff84dc762bd225dbf69f5baa639560310053a74.tar.gz | |
Add contrib/isn module for ISBN/ISSN/EAN13/etc product numbers, and
remove the old isbn_issn module which is about to be obsoleted by EAN13.
contrib/isn is by Germán Méndez Bravo. Our thanks to Garrett A. Wollman
for having written the original isbn_issn module.
Diffstat (limited to 'contrib/README')
| -rw-r--r-- | contrib/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/README b/contrib/README index 6b15b70b2b..d6067d44dc 100644 --- a/contrib/README +++ b/contrib/README @@ -64,9 +64,9 @@ intarray - Index support for arrays of int4, using GiST by Teodor Sigaev <teodor@sigaev.ru> and Oleg Bartunov <oleg@sai.msu.su> -isbn_issn - - PostgreSQL type extensions for ISBN (books) and ISSN (serials) - by Garrett A. Wollman <wollman@khavrinen.lcs.mit.edu> +isn - + PostgreSQL type extensions for ISBN, ISSN, ISMN, EAN13 product numbers + by Germán Méndez Bravo (Kronuz) <kronuz@hotmail.com> lo - Large Object maintenance |
