We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524f4b2 commit f9ee084Copy full SHA for f9ee084
src/include/catalog/pg_proc.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: pg_proc.h,v 1.75 1998/10/21 16:06:47 momjian Exp $
+ * $Id: pg_proc.h,v 1.76 1998/10/21 21:14:20 momjian Exp $
10
11
* NOTES
12
* The script catalog/genbki.sh reads this file and generates .bki
@@ -2104,7 +2104,7 @@ DESCR("is-supernet-or-equal");
2104
2105
/* inet/cidr base versions */
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");
+DESCR("netmask of address");
2108
DATA(insert OID = 941 ( inet_netmasklen PGUID 11 f t f 1 f 23 "869" 100 0 0 100 foo bar ));
2109
DESCR("netmask length");
2110
DATA(insert OID = 945 ( inet_broadcast PGUID 11 f t f 1 f 25 "869" 100 0 0 100 foo bar ));
0 commit comments