File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * $Id: pg_proc.h,v 1.75 1998/10/21 16:06:47 momjian Exp $
9
+ * $Id: pg_proc.h,v 1.76 1998/10/21 21:14:20 momjian Exp $
10
10
*
11
11
* NOTES
12
12
* The script catalog/genbki.sh reads this file and generates .bki
@@ -2104,7 +2104,7 @@ DESCR("is-supernet-or-equal");
2104
2104
2105
2105
/* inet/cidr base versions */
2106
2106
DATA (insert OID = 940 ( inet_netmask PGUID 11 f t f 1 f 25 "869" 100 0 0 100 foo bar ));
2107
- DESCR ("netmask of inet address" );
2107
+ DESCR ("netmask of address" );
2108
2108
DATA (insert OID = 941 ( inet_netmasklen PGUID 11 f t f 1 f 23 "869" 100 0 0 100 foo bar ));
2109
2109
DESCR ("netmask length" );
2110
2110
DATA (insert OID = 945 ( inet_broadcast PGUID 11 f t f 1 f 25 "869" 100 0 0 100 foo bar ));
You can’t perform that action at this time.
0 commit comments