dummy commit
authorBruce Momjian
Wed, 25 Nov 2020 17:29:21 +0000 (12:29 -0500)
committerBruce Momjian
Wed, 23 Dec 2020 14:33:20 +0000 (09:33 -0500)
doc/src/sgml/plperl.sgml
doc/src/sgml/plpgsql.sgml
doc/src/sgml/plpython.sgml
doc/src/sgml/pltcl.sgml
doc/src/sgml/spi.sgml

index 59cd92733a7f5580892c0feae574a87d58b5fd82..01f9870773da32fc1f7b0af6f38ab6a8557eb384 100644 (file)
 
   
    PL/Perl is a loadable procedural language that enables you to write
-   PostgreSQL functions in the
+   PostgreSQL functions and procedures in the
    Perl programming language.
   
 
   
    The main advantage to using PL/Perl is that this allows use,
-   within stored functions, of the manyfold string
+   within stored functions and procedures, of the manyfold string
    munging 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.
index 9ec168b0c4cef5c1db305e329e6bb21b5ec43f99..11246aa65348ccf04146d398d5c6ea488edfc453 100644 (file)
@@ -19,7 +19,7 @@
     
      
       
-       can be used to create functions and triggers,
+       can be used to create functions, procedures, and triggers,
       
      
      
@@ -34,7 +34,7 @@
      
      
       
-       inherits all user-defined types, functions, and operators,
+       inherits all user-defined types, functions, procedures, and operators,
       
      
      
index 1921915b17247295d9490bf8e3572c8821a04017..c1651000a3d8b926d4e763ba5ab124117255fe78 100644 (file)
@@ -8,7 +8,7 @@
 
  
   The PL/Python procedural language allows
-  PostgreSQL functions to be written in the
+  PostgreSQL functions and procedures to be written in the
   Python language.
  
 
index fb1ec632a86acde35aad205b31cd9e4ca0b083ba..032e0b3a6ba82567a2401e0769a42a6920afca70 100644 (file)
@@ -16,7 +16,7 @@
    PostgreSQL database system
    that enables the 
    Tcl language to be used to write
-   PostgreSQL functions.
+   PostgreSQL functions and procedures.
   
 
   
index 7752de0a4d88289ea3cb47dab7bbc4b5912ddb7f..6e92e15ca3b3fbdba908a4cad109b9c0175ed2c1 100644 (file)
@@ -11,7 +11,7 @@
   The Server Programming Interface
   (SPI) gives writers of user-defined
   C functions the ability to run
-  SQL commands inside their functions.
+  SQL commands inside their functions or procedures.
   SPI is a set of
   interface functions to simplify access to the parser, planner,
   and executor. SPI also does some