Skip to content

Commit 00ba973

Browse files
committed
Use E, not e, for escaping in example docs
From the Department of Nitpicking, be consistent with other escaping and use 'E' instead of 'e' to escape the string in the example docs for GET DISAGNOSTICS stack = PG_CONTEXT. Noticed by Department Chief Magnus Hagander.
1 parent 89774b5 commit 00ba973

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 NOTICE e'--- Call Stack ---\n%', stack;
2807+
RAISE NOTICE E'--- Call Stack ---\n%', stack;
28082808
RETURN 1;
28092809
END;
28102810
$$ LANGUAGE plpgsql;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy