diff options
| author | Teodor Sigaev <teodor@sigaev.ru> | 2006-05-02 15:23:16 +0000 |
|---|---|---|
| committer | Teodor Sigaev <teodor@sigaev.ru> | 2006-05-02 15:23:16 +0000 |
| commit | 2bee77e6006f693958fbdaad315f2f1eb1c8b2d7 (patch) | |
| tree | f00f6126da2d5e7e770e1ebfe9b2496156e7a940 /src/include/catalog/pg_opclass.h | |
| parent | 8a3631f8d86cdd9b07c577d6e213b1fc824db255 (diff) | |
| download | postgresql-2bee77e6006f693958fbdaad315f2f1eb1c8b2d7.tar.gz | |
Add GIN opclases for another types
Diffstat (limited to 'src/include/catalog/pg_opclass.h')
| -rw-r--r-- | src/include/catalog/pg_opclass.h | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/src/include/catalog/pg_opclass.h b/src/include/catalog/pg_opclass.h index 4a5c5351ca..5c86da4c5d 100644 --- a/src/include/catalog/pg_opclass.h +++ b/src/include/catalog/pg_opclass.h @@ -27,7 +27,7 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_opclass.h,v 1.69 2006/05/02 11:28:55 teodor Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_opclass.h,v 1.70 2006/05/02 15:23:16 teodor Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -178,5 +178,33 @@ DATA(insert OID = 2594 ( 783 poly_ops PGNSP PGUID 604 t 603 )); DATA(insert OID = 2595 ( 783 circle_ops PGNSP PGUID 718 t 603 )); DATA(insert OID = 2745 ( 2742 _int4_ops PGNSP PGUID 1007 t 23 )); DATA(insert OID = 2746 ( 2742 _text_ops PGNSP PGUID 1009 t 25 )); +DATA(insert OID = 2753 ( 2742 _abstime_ops PGNSP PGUID 1023 t 702 )); +DATA(insert OID = 2754 ( 2742 _bit_ops PGNSP PGUID 1561 t 1560 )); +DATA(insert OID = 2755 ( 2742 _bool_ops PGNSP PGUID 1000 t 16 )); +DATA(insert OID = 2756 ( 2742 _bpchar_ops PGNSP PGUID 1014 t 1042 )); +DATA(insert OID = 2757 ( 2742 _bytea_ops PGNSP PGUID 1001 t 17 )); +DATA(insert OID = 2758 ( 2742 _char_ops PGNSP PGUID 1002 t 18 )); +DATA(insert OID = 2759 ( 2742 _cidr_ops PGNSP PGUID 651 t 650 )); +DATA(insert OID = 2760 ( 2742 _date_ops PGNSP PGUID 1182 t 1082 )); +DATA(insert OID = 2761 ( 2742 _float4_ops PGNSP PGUID 1021 t 700 )); +DATA(insert OID = 2762 ( 2742 _float8_ops PGNSP PGUID 1022 t 701 )); +DATA(insert OID = 2763 ( 2742 _inet_ops PGNSP PGUID 1041 t 869 )); +DATA(insert OID = 2764 ( 2742 _int2_ops PGNSP PGUID 1005 t 21 )); +DATA(insert OID = 2765 ( 2742 _int8_ops PGNSP PGUID 1016 t 20 )); +DATA(insert OID = 2766 ( 2742 _interval_ops PGNSP PGUID 1187 t 1186 )); +DATA(insert OID = 2767 ( 2742 _macaddr_ops PGNSP PGUID 1040 t 829 )); +DATA(insert OID = 2768 ( 2742 _name_ops PGNSP PGUID 1003 t 19 )); +DATA(insert OID = 2769 ( 2742 _numeric_ops PGNSP PGUID 1231 t 1700 )); +DATA(insert OID = 2770 ( 2742 _oid_ops PGNSP PGUID 1028 t 26 )); +DATA(insert OID = 2771 ( 2742 _oidvector_ops PGNSP PGUID 1013 t 30 )); +DATA(insert OID = 2772 ( 2742 _time_ops PGNSP PGUID 1183 t 1083 )); +DATA(insert OID = 2773 ( 2742 _timestamptz_ops PGNSP PGUID 1185 t 1184 )); +DATA(insert OID = 2774 ( 2742 _timetz_ops PGNSP PGUID 1270 t 1266 )); +DATA(insert OID = 2775 ( 2742 _varbit_ops PGNSP PGUID 1563 t 1562 )); +DATA(insert OID = 2776 ( 2742 _varchar_ops PGNSP PGUID 1015 t 1043 )); +DATA(insert OID = 2777 ( 2742 _timestamp_ops PGNSP PGUID 1115 t 1114 )); +DATA(insert OID = 2778 ( 2742 _money_ops PGNSP PGUID 791 t 790 )); +DATA(insert OID = 2779 ( 2742 _reltime_ops PGNSP PGUID 1024 t 703 )); +DATA(insert OID = 2780 ( 2742 _tinterval_ops PGNSP PGUID 1025 t 704 )); #endif /* PG_OPCLASS_H */ |
