Rename Id tags to eliminate the trailing "-1" field. This propagates
authorThomas G. Lockhart
Mon, 17 Aug 1998 16:21:05 +0000 (16:21 +0000)
committerThomas G. Lockhart
Mon, 17 Aug 1998 16:21:05 +0000 (16:21 +0000)
 into cleaner html output file names.

doc/src/sgml/libpgtcl.sgml
doc/src/sgml/spi.sgml

index 7adae80f31c11dc7be11ac7dd6efb0558c645bed..7bc254ac7722af866cc9e006df2b05af7c708fd8 100644 (file)
@@ -148,7 +148,7 @@ proc getDBs { {host "localhost"} {port "5432"} } {
 
 pgtcl Command Reference Information
 
--1">
+
 
 pg_connect
 PGTCL - Connection Management
@@ -266,7 +266,7 @@ The return result is either an error message or a handle for a database
 
 
 
--1">
+
 
 pg_disconnect
 PGTCL - Connection Management
@@ -338,7 +338,7 @@ pg_disconnect dbHandle
 
 
 
--1">
+
 
 pg_exec
 PGTCL - Connection Management
@@ -424,7 +424,7 @@ and a result number.
 
 
 
--1">
+
 
 pg_listen
 PGTCL - Asynchronous Notify
@@ -535,7 +535,7 @@ the idle loop to be entered.
 
 
 
--1">
+
 
 pg_select
 PGTCL - Connection Management
@@ -662,7 +662,7 @@ pg_select dbHandle 
 
 
 
--1">
+
 
 pg_result
 PGTCL - Connection Management
@@ -847,7 +847,7 @@ clear the result buffer. Do not reuse after this
 
 
 
--1">
+
 
 pg_lo_creat
 PGTCL - Large Objects
@@ -940,7 +940,7 @@ The OR delimiter character is "|".
 
 
 
--1">
+
 
 pg_lo_open
 PGTCL - Large Objects
@@ -1038,7 +1038,7 @@ Mode can be either "r", "w", or "rw".
 
 
 
--1">
+
 
 pg_lo_close
 PGTCL - Large Objects
@@ -1117,7 +1117,7 @@ A file descriptor for use in later pg_lo* routines.
 
 
 
--1">
+
 
 pg_lo_read
 PGTCL - Large Objects
@@ -1216,7 +1216,7 @@ at most len bytes from a large obje
 
 
 
--1">
+
 
 pg_lo_write
 PGTCL - Large Objects
@@ -1316,7 +1316,7 @@ the actual string to write, not a variable name.
 
 
 
--1">
+
 
 pg_lo_lseek
 PGTCL - Large Objects
@@ -1415,7 +1415,7 @@ can be "SEEK_CUR", "SEEK_END", or "SEEK_SET".
 
 
 
--1">
+
 
 pg_lo_tell
 PGTCL - Large Objects
@@ -1505,7 +1505,7 @@ to offset in bytes from the beginni
 
 
 
--1">
+
 
 pg_lo_unlink
 PGTCL - Large Objects
@@ -1587,7 +1587,7 @@ None
 
 
 
--1">
+
 
 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
 
 
 
--1">
+
 
 pg_lo_export
 PGTCL - Large Objects
index 0316f079e3edb8922d205ab0ab1bca16edeaba62..c184ff2846078a62509ce9085cee001a97c9bbb8 100644 (file)
@@ -1,4 +1,4 @@
-Id="spi">
+id="spi">
 
 
 
@@ -60,7 +60,7 @@ On error, a negative or NULL result will be returned.
 
 Interface Functions
 
--1">
+
 
 SPI_connect
 SPI - Connection Management
@@ -191,7 +191,7 @@ Return status
 
 
 
--1">
+
 
 SPI_finish
 SPI - Connection Management
@@ -316,7 +316,7 @@ SPI_finish(void)
 
 
 
--1">
+
 
 SPI_exec
 SPI - Connection Management
@@ -573,7 +573,7 @@ You may pass many queries in one string or query string may be
 
 
 
--1">
+
 
 SPI_prepare
 SPI - Plan Preparation
@@ -728,7 +728,7 @@ TBD
 
 
 
--1">
+
 
 SPI_saveplan
 SPI - Plan Storage
@@ -883,7 +883,7 @@ TBD
 
 
 
--1">
+
 
 SPI_execp
 SPI - Plan Execution
@@ -1099,7 +1099,7 @@ procedures.
 
 
 
--1">
+
 
 SPI_copytuple
 SPI - Tuple Copy
@@ -1213,7 +1213,7 @@ TBD
 
 
 
--1">
+
 
 SPI_modifytuple
 SPI - Tuple Modify
@@ -1398,7 +1398,7 @@ is not changed.
 
 
 
--1">
+
 
 SPI_fnumber
 SPI - Tuple Information
@@ -1518,7 +1518,7 @@ Attribute numbers are 1 based.
 
 
 
--1">
+
 
 SPI_fname
 SPI - Tuple Information
@@ -1638,7 +1638,7 @@ Returns a newly-allocated copy of the attribute name.
 
 
 
--1">
+
 
 SPI_getvalue
 SPI - Tuple Information
@@ -1774,7 +1774,7 @@ Allocates memory as required by the value.
 
 
 
--1">
+
 
 SPI_getbinval
 SPI - Tuple Information
@@ -1920,7 +1920,7 @@ Does not allocate new space for the binary value.
 
 
 
--1">
+
 
 SPI_gettype
 SPI - Tuple Information
@@ -2046,7 +2046,7 @@ Does not allocate new space for the binary value.
 
 
 
--1">
+
 
 SPI_gettypeid
 SPI - Tuple Information
@@ -2172,7 +2172,7 @@ TBD
 
 
 
--1">
+
 
 SPI_getrelname
 SPI - Tuple Information
@@ -2274,7 +2274,7 @@ Copies the relation name into new storage.
 
 
 
--1">
+
 
 SPI_palloc
 SPI - Memory Management
@@ -2378,7 +2378,7 @@ TBD
 
 
 
--1">
+
 
 SPI_repalloc
 SPI - Memory Management
@@ -2492,7 +2492,7 @@ TBD
 
 
 
--1">
+
 
 SPI_pfree
 SPI - Memory Management