Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b81b99 commit 3430ab5Copy full SHA for 3430ab5
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