Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dff84dc

Browse files
committed
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.
1 parent 42c17a6 commit dff84dc

18 files changed

+4582
-752
lines changed

contrib/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/contrib/Makefile,v 1.69 2006/09/05 18:00:57 teodor Exp $
1+
# $PostgreSQL: pgsql/contrib/Makefile,v 1.70 2006/09/09 04:07:51 tgl Exp $
22

33
subdir = contrib
44
top_builddir = ..
@@ -12,10 +12,10 @@ WANTED_DIRS = \
1212
dblink \
1313
earthdistance \
1414
fuzzystrmatch \
15-
hstore \
15+
hstore \
1616
intagg \
1717
intarray \
18-
isbn_issn \
18+
isn \
1919
lo \
2020
ltree \
2121
oid2name \

contrib/README

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ intarray -
6464
Index support for arrays of int4, using GiST
6565
by Teodor Sigaev <teodor@sigaev.ru> and Oleg Bartunov <oleg@sai.msu.su>
6666

67-
isbn_issn -
68-
PostgreSQL type extensions for ISBN (books) and ISSN (serials)
69-
by Garrett A. Wollman <wollman@khavrinen.lcs.mit.edu>
67+
isn -
68+
PostgreSQL type extensions for ISBN, ISSN, ISMN, EAN13 product numbers
69+
by Germ�n M�ndez Bravo (Kronuz) <kronuz@hotmail.com>
7070

7171
lo -
7272
Large Object maintenance

contrib/isbn_issn/Makefile

-16
This file was deleted.

contrib/isbn_issn/README.isbn_issn

-22
This file was deleted.

0 commit comments

Comments
 (0)