|
8 | 8 | * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group |
9 | 9 | * Portions Copyright (c) 1994, Regents of the University of California |
10 | 10 | * |
11 | | - * $PostgreSQL: pgsql/src/include/catalog/pg_operator.h,v 1.131 2005/04/14 01:38:20 tgl Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/include/catalog/pg_operator.h,v 1.132 2005/05/30 20:59:17 momjian Exp $ |
12 | 12 | * |
13 | 13 | * NOTES |
14 | 14 | * the genbki.sh script reads this file and generates .bki |
@@ -695,6 +695,7 @@ DATA(insert OID = 1759 ( "-" PGNSP PGUID b f 1700 1700 1700 00 0 0 0 0 num |
695 | 695 | DATA(insertOID=1760 ("*"PGNSPPGUIDbf170017001700176000000numeric_mul-- )); |
696 | 696 | DATA(insertOID=1761 ("/"PGNSPPGUIDbf170017001700000000numeric_div-- )); |
697 | 697 | DATA(insertOID=1762 ("%"PGNSPPGUIDbf170017001700000000numeric_mod-- )); |
| 698 | +DATA(insertOID=1038 ("^"PGNSPPGUIDbf170017001700000000numeric_power-- )); |
698 | 699 | DATA(insertOID=1763 ("@"PGNSPPGUIDlf017001700000000numeric_abs-- )); |
699 | 700 |
|
700 | 701 | DATA(insertOID=1784 ("="PGNSPPGUIDbf1560156016178417851786178617861787biteqeqseleqjoinsel )); |
|