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

Commita6d7e9f

Browse files
committed
docs: use alias in WHERE clause of full text search example
The current doc query specified an alias in the FROM clause and used init the target list, but not in the WHERE clause.Reported-by: axykon@gmail.comDiscussion:https://postgr.es/m/158316348159.30450.16075357948244298217@wrigleys.postgresql.orgBackpatch-through: 9.5
1 parent069b750 commita6d7e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/textsearch.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ WHERE mid = 12;
200200

201201
SELECT m.title || ' ' || m.author || ' ' || m.abstract || ' ' || d.body AS document
202202
FROM messages m, docs d
203-
WHERE mid = did AND mid = 12;
203+
WHEREm.mid =d.did ANDm.mid = 12;
204204
</programlisting>
205205
</para>
206206

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp