Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit53948ec

Browse files
committed
[PGPRO-11393] Fixed the content of the error message
If the "RUM" index was created without the "WITH" operator,when "SELECT...ORDER BY" an error message of the form would appear: "ERROR: cannot order without attribute ... in WHERE clause"Fixed the content of error message, "WHERE" replaced by "ORDER BY".Tags: rum
1 parent6a065fd commit53948ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/rumscan.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ rumFillScanKey(RumScanOpaque so, OffsetNumber attnum,
214214
}
215215

216216
if (scanKey==NULL)
217-
elog(ERROR,"cannot order without attribute %d inWHERE clause",
217+
elog(ERROR,"cannot order without attribute %d inORDER BY clause",
218218
key->attnum);
219219
elseif (scanKey->nentries>1)
220220
elog(ERROR,"scan key should contain only one value");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp