We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f3a77 commit 531ead8Copy full SHA for 531ead8
src/backend/utils/adt/tsginidx.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $PostgreSQL: pgsql/src/backend/utils/adt/tsginidx.c,v 1.4 2007/09/11 08:46:29 teodor Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/tsginidx.c,v 1.5 2007/10/20 21:06:20 tgl Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -97,7 +97,7 @@ gin_extract_query(PG_FUNCTION_ARGS)
97
if (strategy != TSearchWithClassStrategyNumber && val->weight != 0)
98
ereport(ERROR,
99
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
100
- errmsg("@@ operator does not support lexeme class restrictions"),
+ errmsg("@@ operator does not support lexeme weight restrictions in GIN index searches"),
101
errhint("Use the @@@ operator instead.")));
102
}
103
0 commit comments