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

Commit665af1a

Browse files
committed
Fix plpgsql "PERFORM" markup.
Backpatch to 9.0 and 9.1.
1 parentd5e429b commit665af1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/plpgsql.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ PERFORM <replaceable>query</replaceable>;
845845
result. Write the <replaceable>query</replaceable> the same
846846
way you would write an SQL <command>SELECT</> command, but replace the
847847
initial keyword <command>SELECT</> with <command>PERFORM</command>.
848-
For <keyword>WITH</> queries, use <keyword>PERFORM</> and then
848+
For <command>WITH</> queries, use <command>PERFORM</> and then
849849
place the query in parentheses. (In this case, the query can only
850850
return one row.)
851851
<application>PL/pgSQL</application> variables will be

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp