File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
--
2
2
-- PostgreSQL code for ISSNs.
3
3
--
4
- -- $Id: isbn_issn.sql.in,v 1.3 2002/06/23 21:20:38 momjian Exp $
4
+ -- $Id: isbn_issn.sql.in,v 1.4 2002/07/16 00:48:30 momjian Exp $
5
5
--
6
6
7
7
@@ -26,6 +26,10 @@ create type issn (
26
26
output = issn_out
27
27
);
28
28
29
+ comment on type issn
30
+ is 'International Standard Serial Number';
31
+
32
+
29
33
--
30
34
-- The various boolean tests:
31
35
--
@@ -116,7 +120,7 @@ create operator <> (
116
120
--
117
121
-- PostgreSQL code for ISBNs.
118
122
--
119
- -- $Id: isbn_issn.sql.in,v 1.3 2002/06/23 21:20:38 momjian Exp $
123
+ -- $Id: isbn_issn.sql.in,v 1.4 2002/07/16 00:48:30 momjian Exp $
120
124
--
121
125
--
122
126
-- Input and output functions and the type itself:
@@ -139,6 +143,10 @@ create type isbn (
139
143
output = isbn_out
140
144
);
141
145
146
+ comment on type isbn
147
+ is 'International Standard Book Number';
148
+
149
+
142
150
--
143
151
-- The various boolean tests:
144
152
--
You can’t perform that action at this time.
0 commit comments