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

Commit24baa1d

Browse files
committed
Fix raise mention that %% output as %.
1 parenteb62f07 commit24baa1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/plsql.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.27 2001/05/0800:30:41 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.28 2001/05/0802:26:09 momjian Exp $
33
-->
44

55
<chapter id="plpgsql">
@@ -1310,8 +1310,8 @@ RAISE <replaceable class="parameter">level</replaceable> '<replaceable class="pa
13101310
</synopsis>
13111311

13121312
Inside the format, <literal>%</literal> is replaced by the next argument's
1313-
external representation. Double%'s areleft unchanged for internal
1314-
reasons.Possible levels are DEBUG (silently suppressed in production
1313+
external representation. Double<literal>%</literal>'s areoutput as <literal>%</literal>.
1314+
Possible levels are DEBUG (silently suppressed in production
13151315
running databases), NOTICE (written into the database log and forwarded to
13161316
the client application) and EXCEPTION (written into the database log and
13171317
aborting the transaction).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp