|
6 | 6 | *
|
7 | 7 | * Copyright (c) 1994, Regents of the University of California
|
8 | 8 | *
|
9 |
| - * $Id: pg_proc.h,v 1.44 1998/01/25 20:23:40 momjian Exp $ |
| 9 | + * $Id: pg_proc.h,v 1.45 1998/01/26 01:01:31 momjian Exp $ |
10 | 10 | *
|
11 | 11 | * NOTES
|
12 | 12 | * The script catalog/genbki.sh reads this file and generates .bki
|
@@ -251,7 +251,7 @@ DATA(insert OID = 108 ( intgtjoinsel PGUID 11 f t f 5 f 701 "26 26 21 26 21"
|
251 | 251 | DESCR("selectivity");
|
252 | 252 |
|
253 | 253 | DATA(insertOID=112 (int4_textPGUID11ftf1f25"23"10000100foobar ));
|
254 |
| -DESCR("convert"); |
| 254 | +DESCR("convert"); |
255 | 255 | DATA(insertOID=113 (int2_textPGUID11ftf1f25"21"10000100foobar ));
|
256 | 256 | DESCR("convert");
|
257 | 257 | DATA(insertOID=114 (oid_textPGUID11ftf1f25"26"10000100foobar ));
|
@@ -1178,7 +1178,7 @@ DATA(insert OID = 886 ( cash_in PGUID 11 f t f 1 f 790 "0" 100 0 0 100 fo
|
1178 | 1178 | DESCR("(internal)");
|
1179 | 1179 | DATA(insertOID=887 (cash_outPGUID11ftf1f23"0"10000100foobar ));
|
1180 | 1180 | DESCR("(internal)");
|
1181 |
| -DATA(insertOID=1273 (cash_words_outPGUID11ftf1f23"0"10000100foobar )); |
| 1181 | +DATA(insertOID=1273 (cash_words_outPGUID11ftf1f25"790"10000100foobar )); |
1182 | 1182 | DESCR("output amount as words");
|
1183 | 1183 | DATA(insertOID=888 (cash_eqPGUID11ftf2f16"790 790"10000100foobar ));
|
1184 | 1184 | DESCR("equals");
|
|