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

Commit00ba973

Browse files
committed
Use E, not e, for escaping in example docs
From the Department of Nitpicking, be consistent with other escapingand use 'E' instead of 'e' to escape the string in the example docsfor GET DISAGNOSTICS stack = PG_CONTEXT.Noticed by Department Chief Magnus Hagander.
1 parent89774b5 commit00ba973

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
@@ -2804,7 +2804,7 @@ DECLARE
28042804
stack text;
28052805
BEGIN
28062806
GET DIAGNOSTICS stack = PG_CONTEXT;
2807-
RAISE NOTICEe'--- Call Stack ---\n%', stack;
2807+
RAISE NOTICEE'--- Call Stack ---\n%', stack;
28082808
RETURN 1;
28092809
END;
28102810
$$ LANGUAGE plpgsql;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp