dummy commit
This commit is contained in:
parent
6db27037b9
commit
6ecf488d91
@ -13,13 +13,13 @@
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
PL/Perl is a loadable procedural language that enables you to write
|
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>.
|
<ulink url="https://www.perl.org">Perl programming language</ulink>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The main advantage to using PL/Perl is that this allows use,
|
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
|
munging</quote> operators and functions available for Perl. Parsing
|
||||||
complex strings might be easier using Perl than it is with the
|
complex strings might be easier using Perl than it is with the
|
||||||
string functions and control structures provided in PL/pgSQL.
|
string functions and control structures provided in PL/pgSQL.
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
can be used to create functions and triggers,
|
can be used to create functions, procedures, and triggers,
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -34,7 +34,7 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
inherits all user-defined types, functions, and operators,
|
inherits all user-defined types, functions, procedures, and operators,
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
The <application>PL/Python</application> procedural language allows
|
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>.
|
<ulink url="https://www.python.org">Python language</ulink>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<productname>PostgreSQL</productname> database system
|
<productname>PostgreSQL</productname> database system
|
||||||
that enables the <ulink url="https://www.tcl.tk/">
|
that enables the <ulink url="https://www.tcl.tk/">
|
||||||
Tcl language</ulink> to be used to write
|
Tcl language</ulink> to be used to write
|
||||||
<productname>PostgreSQL</productname> functions.
|
<productname>PostgreSQL</productname> functions and procedures.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- **** PL/Tcl overview **** -->
|
<!-- **** PL/Tcl overview **** -->
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
The <firstterm>Server Programming Interface</firstterm>
|
The <firstterm>Server Programming Interface</firstterm>
|
||||||
(<acronym>SPI</acronym>) gives writers of user-defined
|
(<acronym>SPI</acronym>) gives writers of user-defined
|
||||||
<acronym>C</acronym> functions the ability to run
|
<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
|
<acronym>SPI</acronym> is a set of
|
||||||
interface functions to simplify access to the parser, planner,
|
interface functions to simplify access to the parser, planner,
|
||||||
and executor. <acronym>SPI</acronym> also does some
|
and executor. <acronym>SPI</acronym> also does some
|
||||||
|
Loading…
x
Reference in New Issue
Block a user