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

Commit f9ee084

Browse files
committed
Cleanup of \df for INET/CIDR.
1 parent 524f4b2 commit f9ee084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/catalog/pg_proc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
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 $
1010
*
1111
* NOTES
1212
* The script catalog/genbki.sh reads this file and generates .bki
@@ -2104,7 +2104,7 @@ DESCR("is-supernet-or-equal");
21042104

21052105
/* inet/cidr base versions */
21062106
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");
21082108
DATA(insert OID = 941 ( inet_netmasklen PGUID 11 f t f 1 f 23 "869" 100 0 0 100 foo bar ));
21092109
DESCR("netmask length");
21102110
DATA(insert OID = 945 ( inet_broadcast PGUID 11 f t f 1 f 25 "869" 100 0 0 100 foo bar ));

0 commit comments

Comments
 (0)