|
7 | 7 | *
|
8 | 8 | *
|
9 | 9 | * IDENTIFICATION
|
10 |
| - * $PostgreSQL: pgsql/src/backend/utils/adt/tsginidx.c,v 1.4 2007/09/11 08:46:29 teodor Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/backend/utils/adt/tsginidx.c,v 1.5 2007/10/20 21:06:20 tgl Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -97,7 +97,7 @@ gin_extract_query(PG_FUNCTION_ARGS)
|
97 | 97 | if (strategy!=TSearchWithClassStrategyNumber&&val->weight!=0)
|
98 | 98 | ereport(ERROR,
|
99 | 99 | (errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
|
100 |
| -errmsg("@@ operator does not support lexemeclass restrictions"), |
| 100 | +errmsg("@@ operator does not support lexemeweight restrictions in GIN index searches"), |
101 | 101 | errhint("Use the @@@ operator instead.")));
|
102 | 102 | }
|
103 | 103 | }
|
|