mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Bunch of copy fitting and style sheet tweakage to get decent looking print
output (from pdfjadetex). Also updated instructions to install documentation processing toolchain.
This commit is contained in:
@@ -173,21 +173,9 @@ XXX thomas 1997-12-24
|
||||
<TITLE>Algorithm
|
||||
</TITLE>
|
||||
<PARA><FUNCTION>SPI_connect</FUNCTION> performs the following:
|
||||
</PARA>
|
||||
<VARIABLELIST>
|
||||
<VARLISTENTRY>
|
||||
<TERM>•
|
||||
</TERM>
|
||||
<LISTITEM>
|
||||
<PARA>
|
||||
Initializes the SPI internal
|
||||
structures for query execution and memory management.
|
||||
</PARA>
|
||||
</LISTITEM>
|
||||
</VARLISTENTRY>
|
||||
</VARIABLELIST>
|
||||
<PARA>
|
||||
</PARA>
|
||||
</REFSECT1>
|
||||
<!--
|
||||
<REFSECT1 ID="R1-SPI-SPICONNECT-4">
|
||||
@@ -296,23 +284,11 @@ SPI_finish(void)
|
||||
<TITLE>Algorithm
|
||||
</TITLE>
|
||||
<PARA><FUNCTION>SPI_finish</FUNCTION> performs the following:
|
||||
</PARA>
|
||||
<VARIABLELIST>
|
||||
<VARLISTENTRY>
|
||||
<TERM>•
|
||||
</TERM>
|
||||
<LISTITEM>
|
||||
<PARA>
|
||||
Disconnects your procedure from the SPI manager and frees all memory
|
||||
allocations made by your procedure via <Function>palloc</Function> since
|
||||
the <Function>SPI_connect</Function>.
|
||||
These allocations can't be used any more! See Memory management.
|
||||
</PARA>
|
||||
</LISTITEM>
|
||||
</VARLISTENTRY>
|
||||
</VARIABLELIST>
|
||||
<PARA>
|
||||
</PARA>
|
||||
</REFSECT1>
|
||||
<!--
|
||||
<REFSECT1 ID="R1-SPI-SPIFINISH-4">
|
||||
@@ -526,22 +502,10 @@ You may pass many queries in one string or query string may be
|
||||
<TITLE>Algorithm
|
||||
</TITLE>
|
||||
<PARA><FUNCTION>SPI_exec</FUNCTION> performs the following:
|
||||
</PARA>
|
||||
<VARIABLELIST>
|
||||
<VARLISTENTRY>
|
||||
<TERM>•
|
||||
</TERM>
|
||||
<LISTITEM>
|
||||
<PARA>
|
||||
Disconnects your procedure from the SPI manager and frees all memory
|
||||
allocations made by your procedure via <Function>palloc</Function> since the <Function>SPI_connect</Function>.
|
||||
These allocations can't be used any more! See Memory management.
|
||||
</PARA>
|
||||
</LISTITEM>
|
||||
</VARLISTENTRY>
|
||||
</VARIABLELIST>
|
||||
<PARA>
|
||||
</PARA>
|
||||
</REFSECT1>
|
||||
<!--
|
||||
<REFSECT1 ID="R1-SPI-SPIEXEC-4">
|
||||
@@ -710,20 +674,8 @@ The plan returned by <Function>SPI_prepare</Function> may be used only in curren
|
||||
<TITLE>Algorithm
|
||||
</TITLE>
|
||||
<PARA><FUNCTION>SPI_prepare</FUNCTION> performs the following:
|
||||
</PARA>
|
||||
<VARIABLELIST>
|
||||
<VARLISTENTRY>
|
||||
<TERM>•
|
||||
</TERM>
|
||||
<LISTITEM>
|
||||
<PARA>
|
||||
TBD
|
||||
</PARA>
|
||||
</LISTITEM>
|
||||
</VARLISTENTRY>
|
||||
</VARIABLELIST>
|
||||
<PARA>
|
||||
</PARA>
|
||||
</REFSECT1>
|
||||
-->
|
||||
<!--
|
||||
@@ -865,20 +817,8 @@ Execution plan location. NULL if unsuccessful.
|
||||
<TITLE>Algorithm
|
||||
</TITLE>
|
||||
<PARA><FUNCTION>SPI_saveplan</FUNCTION> performs the following:
|
||||
</PARA>
|
||||
<VARIABLELIST>
|
||||
<VARLISTENTRY>
|
||||
<TERM>•
|
||||
</TERM>
|
||||
<LISTITEM>
|
||||
<PARA>
|
||||
TBD
|
||||
</PARA>
|
||||
</LISTITEM>
|
||||
</VARLISTENTRY>
|
||||
</VARIABLELIST>
|
||||
<PARA>
|
||||
</PARA>
|
||||
</REFSECT1>
|
||||
-->
|
||||
<!--
|
||||
@@ -1074,20 +1014,8 @@ assumes that all values (if any) are NOT NULL.
|
||||
<TITLE>Algorithm
|
||||
</TITLE>
|
||||
<PARA><FUNCTION>SPI_execp</FUNCTION> performs the following:
|
||||
</PARA>
|
||||
<VARIABLELIST>
|
||||
<VARLISTENTRY>
|
||||
<TERM>•
|
||||
</TERM>
|
||||
<LISTITEM>
|
||||
<PARA>
|
||||
TBD
|
||||
</PARA>
|
||||
</LISTITEM>
|
||||
</VARLISTENTRY>
|
||||
</VARIABLELIST>
|
||||
<PARA>
|
||||
</PARA>
|
||||
</REFSECT1>
|
||||
-->
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user