diff options
| author | Teodor Sigaev <teodor@sigaev.ru> | 2006-05-02 11:28:56 +0000 |
|---|---|---|
| committer | Teodor Sigaev <teodor@sigaev.ru> | 2006-05-02 11:28:56 +0000 |
| commit | 8a3631f8d86cdd9b07c577d6e213b1fc824db255 (patch) | |
| tree | 40bcee8383d3552cba8f79e50025613fb683a72e /src/include/catalog/pg_opclass.h | |
| parent | 427c6b5b984928972e955f4477c6ba64edbb66cc (diff) | |
| download | postgresql-8a3631f8d86cdd9b07c577d6e213b1fc824db255.tar.gz | |
GIN: Generalized Inverted iNdex.
text[], int4[], Tsearch2 support for GIN.
Diffstat (limited to 'src/include/catalog/pg_opclass.h')
| -rw-r--r-- | src/include/catalog/pg_opclass.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/catalog/pg_opclass.h b/src/include/catalog/pg_opclass.h index e70633f84b..4a5c5351ca 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.68 2006/03/05 15:58:54 momjian Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_opclass.h,v 1.69 2006/05/02 11:28:55 teodor Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -176,5 +176,7 @@ DATA(insert OID = 2235 ( 405 aclitem_ops PGNSP PGUID 1033 t 0 )); DATA(insert OID = 2593 ( 783 box_ops PGNSP PGUID 603 t 0 )); 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 )); #endif /* PG_OPCLASS_H */ |
