Modified how to use SQL procedures per feedback.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 23 Aug 2018 17:27:19 +0000 (13:27 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 23 Aug 2018 17:27:29 +0000 (13:27 -0400)
releases/11/en/release.en.md

index 09e619a292bb68048e3fabaacc0d2c76b531615b..96d4a2fa13ba67cdd2745bf277981f3793d37e5a 100644 (file)
@@ -57,9 +57,8 @@ create more advanced server-side applications, such as ones involving
 incremental bulk data loading.
 
 SQL procedures can be created using the `CREATE PROCEDURE` command, executed
-using the `CALL` command, and are supported in the server-side procedural
-languages PL/pgSQL, PL/Perl, PL/Python, PL/Tcl, and the Server Programming
-Interface (SPI) languages.
+using the `CALL` command, and are supported by the server-side procedural
+languages PL/pgSQL, PL/Perl, PL/Python, and PL/Tcl.
 
 ##### HOLD FOR QUOTE ABOUT SQL STORED PROCEDURES