Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ba3de10

Browse files
committed
Fix plpgsql "PERFORM" markup.
Backpatch to 9.0 and 9.1.
1 parent 623f77e commit ba3de10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/plpgsql.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ PERFORM <replaceable>query</replaceable>;
940940
result. Write the <replaceable>query</replaceable> the same
941941
way you would write an SQL <command>SELECT</> command, but replace the
942942
initial keyword <command>SELECT</> with <command>PERFORM</command>.
943-
For <keyword>WITH</> queries, use <keyword>PERFORM</> and then
943+
For <command>WITH</> queries, use <command>PERFORM</> and then
944944
place the query in parentheses. (In this case, the query can only
945945
return one row.)
946946
<application>PL/pgSQL</application> variables will be

0 commit comments

Comments
 (0)