|
6 | 6 | *
|
7 | 7 | * Copyright (c) 1994, Regents of the University of California
|
8 | 8 | *
|
9 |
| - * $Id: pg_proc.h,v 1.25 1997/08/21 23:56:51 momjian Exp $ |
| 9 | + * $Id: pg_proc.h,v 1.26 1997/09/01 05:46:09 thomas Exp $ |
10 | 10 | *
|
11 | 11 | * NOTES
|
12 | 12 | * The script catalog/genbki.sh reads this file and generates .bki
|
@@ -1061,8 +1061,8 @@ DATA(insert OID = 1573 ( polygon PGUID 14 f t f 1 f 604 "718" 100 0 0
|
1061 | 1061 | DATA(insertOID=1574 (pointsPGUID14ftf1f23"604"10000100"select poly_npoints($1)"- ));
|
1062 | 1062 | DATA(insertOID=1575 (centerPGUID14ftf1f600"604"10000100"select poly_center($1)"- ));
|
1063 | 1063 |
|
1064 |
| -DATA(insertOID=1579 (circlePGUID14ftf1f701"603"10000100"select box_circle($1)"- )); |
1065 |
| -DATA(insertOID=1580 (circlePGUID14ftf1f701"604"10000100"select poly_circle($1)"- )); |
| 1064 | +DATA(insertOID=1579 (circlePGUID14ftf1f718"603"10000100"select box_circle($1)"- )); |
| 1065 | +DATA(insertOID=1580 (circlePGUID14ftf1f718"604"10000100"select poly_circle($1)"- )); |
1066 | 1066 | DATA(insertOID=1581 (centerPGUID14ftf1f600"718"10000100"select circle_center($1)"- ));
|
1067 | 1067 | DATA(insertOID=1582 (radiusPGUID14ftf1f701"718"10000100"select circle_radius($1)"- ));
|
1068 | 1068 | DATA(insertOID=1583 (diameterPGUID14ftf1f701"718"10000100"select circle_diameter($1)"- ));
|
|