Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdff84dc

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. Wollmanfor having written the original isbn_issn module.
1 parent42c17a6 commitdff84dc

18 files changed

+4582
-752
lines changed

‎contrib/Makefile

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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-
byGarrett A. Wollman <wollman@khavrinen.lcs.mit.edu>
67+
isn -
68+
PostgreSQL type extensions for ISBN, ISSN, ISMN, EAN13 product numbers
69+
byGerm�n M�ndez Bravo (Kronuz) <kronuz@hotmail.com>
7070

7171
lo -
7272
Large Object maintenance

‎contrib/isbn_issn/Makefile

Lines changed: 0 additions & 16 deletions
This file was deleted.

‎contrib/isbn_issn/README.isbn_issn

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp