From: Thomas G. Lockhart Date: Mon, 17 Aug 1998 16:21:05 +0000 (+0000) Subject: Rename Id tags to eliminate the trailing "-1" field. This propagates X-Git-Tag: REL9_0_0~26765 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=28742a182e9f04969d29ef65ebddf7d52b3e8d6c;p=pg-rex%2Fsyncrep.git Rename Id tags to eliminate the trailing "-1" field. This propagates into cleaner html output file names. --- diff --git a/doc/src/sgml/libpgtcl.sgml b/doc/src/sgml/libpgtcl.sgml index 7adae80f31..7bc254ac77 100644 --- a/doc/src/sgml/libpgtcl.sgml +++ b/doc/src/sgml/libpgtcl.sgml @@ -148,7 +148,7 @@ proc getDBs { {host "localhost"} {port "5432"} } { pgtcl Command Reference Information - + pg_connect PGTCL - Connection Management @@ -266,7 +266,7 @@ The return result is either an error message or a handle for a database - + pg_disconnect PGTCL - Connection Management @@ -338,7 +338,7 @@ pg_disconnect dbHandle - + pg_exec PGTCL - Connection Management @@ -424,7 +424,7 @@ and a result number. - + pg_listen PGTCL - Asynchronous Notify @@ -535,7 +535,7 @@ the idle loop to be entered. - + pg_select PGTCL - Connection Management @@ -662,7 +662,7 @@ pg_select dbHandle - + pg_result PGTCL - Connection Management @@ -847,7 +847,7 @@ clear the result buffer. Do not reuse after this - + pg_lo_creat PGTCL - Large Objects @@ -940,7 +940,7 @@ The OR delimiter character is "|". - + pg_lo_open PGTCL - Large Objects @@ -1038,7 +1038,7 @@ Mode can be either "r", "w", or "rw". - + pg_lo_close PGTCL - Large Objects @@ -1117,7 +1117,7 @@ A file descriptor for use in later pg_lo* routines. - + pg_lo_read PGTCL - Large Objects @@ -1216,7 +1216,7 @@ at most len bytes from a large obje - + pg_lo_write PGTCL - Large Objects @@ -1316,7 +1316,7 @@ the actual string to write, not a variable name. - + pg_lo_lseek PGTCL - Large Objects @@ -1415,7 +1415,7 @@ can be "SEEK_CUR", "SEEK_END", or "SEEK_SET". - + pg_lo_tell PGTCL - Large Objects @@ -1505,7 +1505,7 @@ to offset in bytes from the beginni - + pg_lo_unlink PGTCL - Large Objects @@ -1587,7 +1587,7 @@ None - + pg_lo_import PGTCL - Large Objects @@ -1670,7 +1670,7 @@ XXX Does this return a lobjId? Is that the same as the objOid in other calls? th - + pg_lo_export PGTCL - Large Objects diff --git a/doc/src/sgml/spi.sgml b/doc/src/sgml/spi.sgml index 0316f079e3..c184ff2846 100644 --- a/doc/src/sgml/spi.sgml +++ b/doc/src/sgml/spi.sgml @@ -1,4 +1,4 @@ - + @@ -60,7 +60,7 @@ On error, a negative or NULL result will be returned. Interface Functions - + SPI_connect SPI - Connection Management @@ -191,7 +191,7 @@ Return status - + SPI_finish SPI - Connection Management @@ -316,7 +316,7 @@ SPI_finish(void) - + SPI_exec SPI - Connection Management @@ -573,7 +573,7 @@ You may pass many queries in one string or query string may be - + SPI_prepare SPI - Plan Preparation @@ -728,7 +728,7 @@ TBD - + SPI_saveplan SPI - Plan Storage @@ -883,7 +883,7 @@ TBD - + SPI_execp SPI - Plan Execution @@ -1099,7 +1099,7 @@ procedures. - + SPI_copytuple SPI - Tuple Copy @@ -1213,7 +1213,7 @@ TBD - + SPI_modifytuple SPI - Tuple Modify @@ -1398,7 +1398,7 @@ is not changed. - + SPI_fnumber SPI - Tuple Information @@ -1518,7 +1518,7 @@ Attribute numbers are 1 based. - + SPI_fname SPI - Tuple Information @@ -1638,7 +1638,7 @@ Returns a newly-allocated copy of the attribute name. - + SPI_getvalue SPI - Tuple Information @@ -1774,7 +1774,7 @@ Allocates memory as required by the value. - + SPI_getbinval SPI - Tuple Information @@ -1920,7 +1920,7 @@ Does not allocate new space for the binary value. - + SPI_gettype SPI - Tuple Information @@ -2046,7 +2046,7 @@ Does not allocate new space for the binary value. - + SPI_gettypeid SPI - Tuple Information @@ -2172,7 +2172,7 @@ TBD - + SPI_getrelname SPI - Tuple Information @@ -2274,7 +2274,7 @@ Copies the relation name into new storage. - + SPI_palloc SPI - Memory Management @@ -2378,7 +2378,7 @@ TBD - + SPI_repalloc SPI - Memory Management @@ -2492,7 +2492,7 @@ TBD - + SPI_pfree SPI - Memory Management