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
6ecf488d
Commit
6ecf488d
authored
Nov 25, 2020
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dummy commit
parent
6db27037
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
doc/src/sgml/plperl.sgml
doc/src/sgml/plperl.sgml
+2
-2
doc/src/sgml/plpgsql.sgml
doc/src/sgml/plpgsql.sgml
+2
-2
doc/src/sgml/plpython.sgml
doc/src/sgml/plpython.sgml
+1
-1
doc/src/sgml/pltcl.sgml
doc/src/sgml/pltcl.sgml
+1
-1
doc/src/sgml/spi.sgml
doc/src/sgml/spi.sgml
+1
-1
No files found.
doc/src/sgml/plperl.sgml
View file @
6ecf488d
...
...
@@ -13,13 +13,13 @@
<para>
PL/Perl is a loadable procedural language that enables you to write
<productname>PostgreSQL</productname> functions in the
<productname>PostgreSQL</productname> functions
and procedures
in the
<ulink url="https://www.perl.org">Perl programming language</ulink>.
</para>
<para>
The main advantage to using PL/Perl is that this allows use,
within stored functions, of the manyfold <quote>string
within stored functions
and procedures
, of the manyfold <quote>string
munging</quote> operators and functions available for Perl. Parsing
complex strings might be easier using Perl than it is with the
string functions and control structures provided in PL/pgSQL.
...
...
doc/src/sgml/plpgsql.sgml
View file @
6ecf488d
...
...
@@ -19,7 +19,7 @@
<itemizedlist>
<listitem>
<para>
can be used to create functions and triggers,
can be used to create functions
, procedures,
and triggers,
</para>
</listitem>
<listitem>
...
...
@@ -34,7 +34,7 @@
</listitem>
<listitem>
<para>
inherits all user-defined types, functions, and operators,
inherits all user-defined types, functions,
procedures,
and operators,
</para>
</listitem>
<listitem>
...
...
doc/src/sgml/plpython.sgml
View file @
6ecf488d
...
...
@@ -8,7 +8,7 @@
<para>
The <application>PL/Python</application> procedural language allows
<productname>PostgreSQL</productname> functions to be written in the
<productname>PostgreSQL</productname> functions
and procedures
to be written in the
<ulink url="https://www.python.org">Python language</ulink>.
</para>
...
...
doc/src/sgml/pltcl.sgml
View file @
6ecf488d
...
...
@@ -16,7 +16,7 @@
<productname>PostgreSQL</productname> database system
that enables the <ulink url="https://www.tcl.tk/">
Tcl language</ulink> to be used to write
<productname>PostgreSQL</productname> functions.
<productname>PostgreSQL</productname> functions
and procedures
.
</para>
<!-- **** PL/Tcl overview **** -->
...
...
doc/src/sgml/spi.sgml
View file @
6ecf488d
...
...
@@ -11,7 +11,7 @@
The <firstterm>Server Programming Interface</firstterm>
(<acronym>SPI</acronym>) gives writers of user-defined
<acronym>C</acronym> functions the ability to run
<acronym>SQL</acronym> commands inside their functions.
<acronym>SQL</acronym> commands inside their functions
or procedures
.
<acronym>SPI</acronym> is a set of
interface functions to simplify access to the parser, planner,
and executor. <acronym>SPI</acronym> also does some
...
...
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