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
000416ac
Commit
000416ac
authored
Jan 27, 2010
by
Andrew Dunstan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix plperl.sgml errors from recent commit.
parent
1a7c2f9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
doc/src/sgml/plperl.sgml
doc/src/sgml/plperl.sgml
+4
-8
No files found.
doc/src/sgml/plperl.sgml
View file @
000416ac
<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.7
5 2010/01/26 23:11:56
adunstan Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.7
6 2010/01/27 02:55:04
adunstan Exp $ -->
<chapter id="plperl">
<title>PL/Perl - Perl Procedural Language</title>
...
...
@@ -285,9 +285,9 @@ SELECT * FROM perl_set();
</para>
<para>
If you wish to use the <literal>strict</> pragma with your code you
have a few options.
For temporary global use you can <command>SET</> <literal>plperl.use_strict</literal>
to true (see <xref linkend="plperl.use_strict">)
.
If you wish to use the <literal>strict</> pragma with your code you
have a few options. For temporary global use you can <command>SET</>
<literal>plperl.use_strict</literal> to true
.
This will affect subsequent compilations of <application>PL/Perl</>
functions, but not functions already compiled in the current session.
For permanent global use you can set <literal>plperl.use_strict</literal>
...
...
@@ -692,8 +692,6 @@ SELECT done();
</sect2>
</sect1>
</sect1>
<sect1 id="plperl-global">
<title>Global Values in PL/Perl</title>
...
...
@@ -1069,8 +1067,6 @@ CREATE TRIGGER test_valid_id_trig
</listitem>
</itemizedlist>
</para>
</sect2>
</sect1>
</chapter>
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