Commit 53948ec
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: rum1 parent 6a065fd commit 53948ec
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
0 commit comments