|
10 | 10 | *
|
11 | 11 | * Copyright (c) 2002-2005, PostgreSQL Global Development Group
|
12 | 12 | *
|
13 |
| - * $PostgreSQL: pgsql/src/include/catalog/pg_cast.h,v 1.23 2005/10/15 02:49:42 momjian Exp $ |
| 13 | + * $PostgreSQL: pgsql/src/include/catalog/pg_cast.h,v 1.24 2005/10/21 15:45:06 tgl Exp $ |
14 | 14 | *
|
15 | 15 | * NOTES
|
16 | 16 | * the genbki.sh script reads this file and generates .bki
|
@@ -114,9 +114,9 @@ DATA(insert (16232558 e ));
|
114 | 114 | * from OID to int4 or int8. Similarly for each OID-alias type. Also allow
|
115 | 115 | * implicit coercions between OID and each OID-alias type, as well as
|
116 | 116 | * regproc<->regprocedure and regoper<->regoperator. (Other coercions
|
117 |
| - * between alias types must pass through OID.)Lastly, thereis an implicit |
118 |
| - *cast from text to regclass, whichexists mainly to support legacy forms |
119 |
| - * of nextval() and related functions. |
| 117 | + * between alias types must pass through OID.)Lastly, thereare implicit |
| 118 | + *casts from textand varcharto regclass, whichexist mainly to support |
| 119 | + *legacy formsof nextval() and related functions. |
120 | 120 | */
|
121 | 121 | DATA(insert (20261287i ));
|
122 | 122 | DATA(insert (2126313i ));
|
@@ -170,6 +170,7 @@ DATA(insert (23 2206 0 i ));
|
170 | 170 | DATA(insert (2206201288a ));
|
171 | 171 | DATA(insert (2206230a ));
|
172 | 172 | DATA(insert (2522051079i ));
|
| 173 | +DATA(insert (104322051079i )); |
173 | 174 |
|
174 | 175 | /*
|
175 | 176 | * String category: this needs to be tightened up
|
|