We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623f77e commit ba3de10Copy full SHA for ba3de10
doc/src/sgml/plpgsql.sgml
@@ -940,7 +940,7 @@ PERFORM <replaceable>query</replaceable>;
940
result. Write the <replaceable>query</replaceable> the same
941
way you would write an SQL <command>SELECT</> command, but replace the
942
initial keyword <command>SELECT</> with <command>PERFORM</command>.
943
- For <keyword>WITH</> queries, use <keyword>PERFORM</> and then
+ For <command>WITH</> queries, use <command>PERFORM</> and then
944
place the query in parentheses. (In this case, the query can only
945
return one row.)
946
<application>PL/pgSQL</application> variables will be
0 commit comments