Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
f4832def
Commit
f4832def
authored
May 08, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update RAISE manual concerning % format symbols.
parent
a9ac332a
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
803 additions
and
7 deletions
+803
-7
doc/TODO.detail/privileges
doc/TODO.detail/privileges
+795
-0
doc/src/sgml/plsql.sgml
doc/src/sgml/plsql.sgml
+8
-7
No files found.
doc/TODO.detail/privileges
0 → 100644
View file @
f4832def
This diff is collapsed.
Click to expand it.
doc/src/sgml/plsql.sgml
View file @
f4832def
<
!--
$
Header
:
/
cvsroot
/
pgsql
/
doc
/
src
/
sgml
/
Attic
/
plsql
.
sgml
,
v
2.2
6
2001
/
05
/
08
00
:
09
:
22
momjian
Exp
$
$
Header
:
/
cvsroot
/
pgsql
/
doc
/
src
/
sgml
/
Attic
/
plsql
.
sgml
,
v
2.2
7
2001
/
05
/
08
00
:
30
:
41
momjian
Exp
$
-->
<
chapter
id
=
"plpgsql"
>
...
...
@@ -1306,14 +1306,15 @@ END LOOP;
<productname>Postgres</productname> elog mechanism.
<synopsis>
RAISE <replaceable class="parameter">level</replaceable> '
<
replaceable
class
=
"parameter"
>
string
</
replaceable
>
' <optional>, <replaceable class="parameter">variable</replaceable> <optional>...</optional></optional>;
RAISE <replaceable class="parameter">level</replaceable> '
<
replaceable
class
=
"parameter"
>
format
</
replaceable
>
' <optional>, <replaceable class="parameter">variable</replaceable> <optional>...</optional></optional>;
</synopsis>
Inside the format, <literal>%</literal> is used as a placeholder for the
subsequent comma-separated identifiers. Possible levels are
DEBUG (silently suppressed in production running databases), NOTICE
(written into the database log and forwarded to the client application)
and EXCEPTION (written into the database log and aborting the transaction).
Inside the format, <literal>%</literal> is replaced by the next argument'
s
external
representation
.
Double
%
's are left unchanged for internal
reasons. Possible levels are DEBUG (silently suppressed in production
running databases), NOTICE (written into the database log and forwarded to
the client application) and EXCEPTION (written into the database log and
aborting the transaction).
</para>
<para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment