1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

dummy commit

This commit is contained in:
Bruce Momjian
2020-11-25 12:29:21 -05:00
parent 6db27037b9
commit 6ecf488d91
5 changed files with 7 additions and 7 deletions

View File

@ -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