Add refentrytitle elements to refentry pages. Their absence confused the
authorPeter Eisentraut
Wed, 12 Nov 2008 15:52:44 +0000 (15:52 +0000)
committerPeter Eisentraut
Wed, 12 Nov 2008 15:52:44 +0000 (15:52 +0000)
man page tools somewhat.

doc/src/sgml/dblink.sgml

index 92bb38b2f4ee4c35dd90d37f8fac741d28038a39..7feb534cdbb67f8e035d687281c114e3222988ac 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  dblink
  
 
  
+  
+   dblink_connect
+  
+
   
    dblink_connect
    opens a persistent connection to a remote database
  
 
  
+  
+   dblink_connect_u
+  
+
   
    dblink_connect_u
    opens a persistent connection to a remote database, insecurely
  
 
  
+  
+   dblink_disconnect
+  
+
   
    dblink_disconnect
    closes a persistent connection to a remote database
  
 
  
+  
+   dblink
+  
+
   
    dblink
    executes a query in a remote database
@@ -446,6 +462,10 @@ SELECT *
  
 
  
+  
+   dblink_exec
+  
+
   
    dblink_exec
    executes a command in a remote database
@@ -574,6 +594,10 @@ SELECT *
  
 
  
+  
+   dblink_open
+  
+
   
    dblink_open
    opens a cursor in a remote database
@@ -689,6 +713,10 @@ SELECT *
  
 
  
+  
+   dblink_fetch
+  
+
   
    dblink_fetch
    returns rows from an open cursor in a remote database
@@ -833,6 +861,10 @@ SELECT *
  
 
  
+  
+   dblink_close
+  
+
   
    dblink_close
    closes a cursor in a remote database
@@ -935,6 +967,10 @@ SELECT *
  
 
  
+  
+   dblink_get_connections
+  
+
   
    dblink_get_connections
    returns the names of all open named dblink connections
@@ -971,6 +1007,10 @@ SELECT *
  
 
  
+  
+   dblink_error_message
+  
+
   
    dblink_error_message
    gets last error message on the named connection
@@ -1025,6 +1065,10 @@ SELECT *
  
 
  
+  
+   dblink_send_query
+  
+
   
    dblink_send_query
    sends an async query to a remote database
@@ -1098,6 +1142,10 @@ SELECT *
  
 
  
+  
+   dblink_is_busy
+  
+
   
    dblink_is_busy
    checks if connection is busy with an async query
@@ -1152,6 +1200,10 @@ SELECT *
  
 
  
+  
+   dblink_get_result
+  
+
   
    dblink_get_result
    gets an async query result
@@ -1295,6 +1347,10 @@ SELECT *
  
 
  
+  
+   dblink_cancel_query
+  
+
   
    dblink_cancel_query
    cancels any active query on the named connection
@@ -1354,6 +1410,10 @@ SELECT *
  
 
  
+  
+   dblink_get_pkey
+  
+
   
    dblink_get_pkey
    returns the positions and field names of a relation's
@@ -1428,6 +1488,10 @@ test=# select * from dblink_get_pkey('foobar');
  
 
  
+  
+   dblink_build_sql_insert
+  
+
   
    dblink_build_sql_insert
    
@@ -1540,6 +1604,10 @@ test=# select * from dblink_get_pkey('foobar');
  
 
  
+  
+   dblink_build_sql_delete
+  
+
   
    dblink_build_sql_delete
    builds a DELETE statement using supplied values for primary
@@ -1635,6 +1703,10 @@ test=# select * from dblink_get_pkey('foobar');
  
 
  
+  
+   dblink_build_sql_update
+  
+
   
    dblink_build_sql_update
    builds an UPDATE statement using a local tuple, replacing