Use double quotes rather than double quotes for libpq target anchors.
authorRobert Haas
Tue, 10 Aug 2010 02:56:46 +0000 (02:56 +0000)
committerRobert Haas
Tue, 10 Aug 2010 02:56:46 +0000 (02:56 +0000)
Per observation from Tom Lane that the previous patch to these files was
not consistent with what is done elsewhere in the docs.

doc/src/sgml/libpq.sgml
doc/src/sgml/lobj.sgml

index 3aa8d553e0a8d7f83aec09cb01e06482a8cef83f..db0a6b96291c3854a9dc8c120739054f9c8da68f 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  <application>libpq</application> - C Library
@@ -91,7 +91,7 @@
    
 
    
-    'libpq-pqconnectdbparams'>
+    "libpq-pqconnectdbparams">
      PQconnectdbParamsPQconnectdbParams
      
       
@@ -594,7 +594,7 @@ PGconn *PQconnectdbParams(const char **keywords, const char **values, int expand
      
     
 
-    'libpq-pqconnectdb'>
+    "libpq-pqconnectdb">
      PQconnectdbPQconnectdb
      
       
@@ -627,7 +627,7 @@ PGconn *PQconnectdb(const char *conninfo);
      
     
 
-    'libpq-pqsetdblogin'>
+    "libpq-pqsetdblogin">
      PQsetdbLoginPQsetdbLogin
      
       
@@ -659,7 +659,7 @@ PGconn *PQsetdbLogin(const char *pghost,
      
     
 
-    'libpq-pqsetdb'>
+    "libpq-pqsetdb">
      PQsetdbPQsetdb
      
       
@@ -681,7 +681,7 @@ PGconn *PQsetdb(char *pghost,
      
     
 
-    'libpq-pqconnectstartparams'>
+    "libpq-pqconnectstartparams">
      PQconnectStartParamsPQconnectStartParams
      PQconnectStartPQconnectStart
      PQconnectPollPQconnectPoll
@@ -798,7 +798,7 @@ PostgresPollingStatusType PQconnectPoll(PGconn *conn);
        to provide feedback to the user for example. These statuses are:
 
        
-        'libpq-connection-started'>
+        "libpq-connection-started">
          CONNECTION_STARTED
          
           
@@ -807,7 +807,7 @@ PostgresPollingStatusType PQconnectPoll(PGconn *conn);
          
         
 
-        'libpq-connection-made'>
+        "libpq-connection-made">
          CONNECTION_MADE
          
           
@@ -816,7 +816,7 @@ PostgresPollingStatusType PQconnectPoll(PGconn *conn);
          
         
 
-        'libpq-connection-awaiting-response'>
+        "libpq-connection-awaiting-response">
          CONNECTION_AWAITING_RESPONSE
          
           
@@ -825,7 +825,7 @@ PostgresPollingStatusType PQconnectPoll(PGconn *conn);
          
         
 
-        'libpq-connection-auth-ok'>
+        "libpq-connection-auth-ok">
          CONNECTION_AUTH_OK
          
           
@@ -834,7 +834,7 @@ PostgresPollingStatusType PQconnectPoll(PGconn *conn);
          
         
 
-        'libpq-connection-ssl-startup'>
+        "libpq-connection-ssl-startup">
          CONNECTION_SSL_STARTUP
          
           
@@ -843,7 +843,7 @@ PostgresPollingStatusType PQconnectPoll(PGconn *conn);
          
         
 
-        'libpq-connection-setenv'>
+        "libpq-connection-setenv">
          CONNECTION_SETENV
          
           
@@ -894,7 +894,7 @@ switch(PQstatus(conn))
      
     
 
-    'libpq-pqconndefaults'>
+    "libpq-pqconndefaults">
      PQconndefaultsPQconndefaults
      
       
@@ -940,7 +940,7 @@ typedef struct
      
     
 
-    'libpq-pqconninfoparse'>
+    "libpq-pqconninfoparse">
      PQconninfoParsePQconninfoParse
      
       
@@ -985,7 +985,7 @@ PQconninfoOption *PQconninfoParse(const char *conninfo, char **errmsg);
    
     
 
-    'libpq-pqfinish'>
+    "libpq-pqfinish">
      PQfinishPQfinish
      
       
@@ -1006,7 +1006,7 @@ void PQfinish(PGconn *conn);
      
     
 
-    'libpq-pqreset'>
+    "libpq-pqreset">
      PQresetPQreset
      
       
@@ -1026,7 +1026,7 @@ void PQreset(PGconn *conn);
      
     
 
-    'libpq-pqresetstart'>
+    "libpq-pqresetstart">
      PQresetStartPQresetStart
      PQresetPollPQresetPoll
      
@@ -1090,7 +1090,7 @@ PostgresPollingStatusType PQresetPoll(PGconn *conn);
    These values are fixed for the life of the PGconn object.
 
    
-    'libpq-pqdb'>
+    "libpq-pqdb">
      
       PQdb
       
@@ -1108,7 +1108,7 @@ char *PQdb(const PGconn *conn);
      
     
 
-    'libpq-pquser'>
+    "libpq-pquser">
      
       PQuser
       
@@ -1126,7 +1126,7 @@ char *PQuser(const PGconn *conn);
      
     
 
-    'libpq-pqpass'>
+    "libpq-pqpass">
      
       PQpass
       
@@ -1144,7 +1144,7 @@ char *PQpass(const PGconn *conn);
      
     
 
-    'libpq-pqhost'>
+    "libpq-pqhost">
      
       PQhost
       
@@ -1162,7 +1162,7 @@ char *PQhost(const PGconn *conn);
      
     
 
-    'libpq-pqport'>
+    "libpq-pqport">
      
       PQport
       
@@ -1181,7 +1181,7 @@ char *PQport(const PGconn *conn);
      
     
 
-    'libpq-pqtty'>
+    "libpq-pqtty">
      
       PQtty
       
@@ -1203,7 +1203,7 @@ char *PQtty(const PGconn *conn);
      
     
 
-    'libpq-pqoptions'>
+    "libpq-pqoptions">
      
       PQoptions
       
@@ -1228,7 +1228,7 @@ char *PQoptions(const PGconn *conn);
    are executed on the PGconn object.
 
    
-    'libpq-pqstatus'>
+    "libpq-pqstatus">
      
       PQstatus
       
@@ -1267,7 +1267,7 @@ ConnStatusType PQstatus(const PGconn *conn);
      
     
 
-    'libpq-pqtransactionstatus'>
+    "libpq-pqtransactionstatus">
      
       PQtransactionStatus
       
@@ -1303,7 +1303,7 @@ PGTransactionStatusType PQtransactionStatus(const PGconn *conn);
      
     
 
-    'libpq-pqparameterstatus'>
+    "libpq-pqparameterstatus">
      
       PQparameterStatus
       
@@ -1382,7 +1382,7 @@ const char *PQparameterStatus(const PGconn *conn, const char *paramName);
      
     
 
-    'libpq-pqprotocolversion'>
+    "libpq-pqprotocolversion">
      
       PQprotocolVersion
       
@@ -1409,7 +1409,7 @@ int PQprotocolVersion(const PGconn *conn);
      
     
 
-    'libpq-pqserverversion'>
+    "libpq-pqserverversion">
      
       PQserverVersion
       
@@ -1434,7 +1434,7 @@ int PQserverVersion(const PGconn *conn);
      
     
 
-    'libpq-pqerrormessage'>
+    "libpq-pqerrormessage">
      
       PQerrorMessage
       
@@ -1468,7 +1468,7 @@ char *PQerrorMessage(const PGconn *conn);
      
     
 
-    'libpq-pqsocket'>
+    "libpq-pqsocket">
      PQsocketPQsocket
      
       
@@ -1486,7 +1486,7 @@ int PQsocket(const PGconn *conn);
      
     
 
-    'libpq-pqbackendpid'>
+    "libpq-pqbackendpid">
      PQbackendPIDPQbackendPID
      
       
@@ -1511,7 +1511,7 @@ int PQbackendPID(const PGconn *conn);
      
     
 
-    'libpq-pqconnectionneedspassword'>
+    "libpq-pqconnectionneedspassword">
      PQconnectionNeedsPasswordPQconnectionNeedsPassword
      
       
@@ -1531,7 +1531,7 @@ int PQconnectionNeedsPassword(const PGconn *conn);
      
     
 
-    'libpq-pqconnectionusedpassword'>
+    "libpq-pqconnectionusedpassword">
      PQconnectionUsedPasswordPQconnectionUsedPassword
      
       
@@ -1550,7 +1550,7 @@ int PQconnectionUsedPassword(const PGconn *conn);
      
     
 
-    'libpq-pqgetssl'>
+    "libpq-pqgetssl">
      PQgetsslPQgetssl
      
       
@@ -1597,7 +1597,7 @@ SSL *PQgetssl(const PGconn *conn);
 
    
     
-     'libpq-pqexec'>
+     "libpq-pqexec">
       
        PQexec
        
@@ -1641,7 +1641,7 @@ PGresult *PQexec(PGconn *conn, const char *command);
 
    
     
-     'libpq-pqexecparams'>
+     "libpq-pqexecparams">
       
        PQexecParams
        
@@ -1828,7 +1828,7 @@ SELECT * FROM mytable WHERE x = $1::bigint;
 
    
     
-     'libpq-pqprepare'>
+     "libpq-pqprepare">
       PQprepare
        
         PQprepare
@@ -1905,7 +1905,7 @@ PGresult *PQprepare(PGconn *conn,
 
    
     
-     'libpq-pqexecprepared'>
+     "libpq-pqexecprepared">
       
        PQexecPrepared
        
@@ -1949,7 +1949,7 @@ PGresult *PQexecPrepared(PGconn *conn,
       
      
 
-     'libpq-pqdescribeprepared'>
+     "libpq-pqdescribeprepared">
       
        PQdescribePrepared
        
@@ -1989,7 +1989,7 @@ PGresult *PQdescribePrepared(PGconn *conn, const char *stmtName);
       
      
 
-     'libpq-pqdescribeportal'>
+     "libpq-pqdescribeportal">
       
        PQdescribePortal
        
@@ -2042,7 +2042,7 @@ PGresult *PQdescribePortal(PGconn *conn, const char *portalName);
     are subject to change in the future.
 
     
-     'libpq-pqresultstatus'>
+     "libpq-pqresultstatus">
       
        PQresultStatus
        
@@ -2062,7 +2062,7 @@ ExecStatusType PQresultStatus(const PGresult *res);
         PQresultStatus can return one of the following values:
 
         
-         'libpq-pgres-empty-query'>
+         "libpq-pgres-empty-query">
           PGRES_EMPTY_QUERY
           
            
@@ -2071,7 +2071,7 @@ ExecStatusType PQresultStatus(const PGresult *res);
           
          
 
-         'libpq-pgres-command-ok'>
+         "libpq-pgres-command-ok">
           PGRES_COMMAND_OK
           
            
@@ -2080,7 +2080,7 @@ ExecStatusType PQresultStatus(const PGresult *res);
           
          
 
-         'libpq-pgres-tuples-ok'>
+         "libpq-pgres-tuples-ok">
           PGRES_TUPLES_OK
           
            
@@ -2090,7 +2090,7 @@ ExecStatusType PQresultStatus(const PGresult *res);
           
          
 
-         'libpq-pgres-copy-out'>
+         "libpq-pgres-copy-out">
           PGRES_COPY_OUT
           
            
@@ -2099,7 +2099,7 @@ ExecStatusType PQresultStatus(const PGresult *res);
           
          
 
-         'libpq-pgres-copy-in'>
+         "libpq-pgres-copy-in">
           PGRES_COPY_IN
           
            
@@ -2108,7 +2108,7 @@ ExecStatusType PQresultStatus(const PGresult *res);
           
          
 
-         'libpq-pgres-bad-response'>
+         "libpq-pgres-bad-response">
           PGRES_BAD_RESPONSE
           
            
@@ -2117,7 +2117,7 @@ ExecStatusType PQresultStatus(const PGresult *res);
           
          
 
-         'libpq-pgres-nonfatal-error'>
+         "libpq-pgres-nonfatal-error">
           PGRES_NONFATAL_ERROR
           
            
@@ -2126,7 +2126,7 @@ ExecStatusType PQresultStatus(const PGresult *res);
           
          
 
-         'libpq-pgres-fatal-error'>
+         "libpq-pgres-fatal-error">
           PGRES_FATAL_ERROR
           
            
@@ -2157,7 +2157,7 @@ ExecStatusType PQresultStatus(const PGresult *res);
       
      
 
-     'libpq-pqresstatus'>
+     "libpq-pqresstatus">
       
        PQresStatus
        
@@ -2178,7 +2178,7 @@ char *PQresStatus(ExecStatusType status);
       
      
 
-     'libpq-pqresulterrormessage'>
+     "libpq-pqresulterrormessage">
       
        PQresultErrorMessage
        
@@ -2216,7 +2216,7 @@ char *PQresultErrorMessage(const PGresult *res);
       
      
 
-     'libpq-pqresulterrorfield'>
+     "libpq-pqresulterrorfield">
       PQresultErrorFieldPQresultErrorField
       
        
@@ -2237,7 +2237,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
        
         The following field codes are available:
         
-         'libpq-pg-diag-severity'>
+         "libpq-pg-diag-severity">
           PG_DIAG_SEVERITY
           
            
@@ -2250,7 +2250,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
           
          
 
-         'libpq-pg-diag-sqlstate'>
+         "libpq-pg-diag-sqlstate">
           
            error codes
            libpq
@@ -2269,7 +2269,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
           
          
 
-         'libpq-pg-diag-message-primary'>
+         "libpq-pg-diag-message-primary">
           PG_DIAG_MESSAGE_PRIMARY
           
            
@@ -2279,7 +2279,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
           
          
 
-         'libpq-pg-diag-message-detail'>
+         "libpq-pg-diag-message-detail">
           PG_DIAG_MESSAGE_DETAIL
           
            
@@ -2289,7 +2289,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
           
          
 
-         'libpq-pg-diag-message-hint'>
+         "libpq-pg-diag-message-hint">
           PG_DIAG_MESSAGE_HINT
           
            
@@ -2301,7 +2301,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
           
          
 
-         'libpq-pg-diag-statement-position'>
+         "libpq-pg-diag-statement-position">
           PG_DIAG_STATEMENT_POSITION
           
            
@@ -2313,7 +2313,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
           
          
 
-         'libpq-pg-diag-internal-position'>
+         "libpq-pg-diag-internal-position">
           PG_DIAG_INTERNAL_POSITION
           
            
@@ -2327,7 +2327,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
           
          
 
-         'libpq-pg-diag-internal-query'>
+         "libpq-pg-diag-internal-query">
           PG_DIAG_INTERNAL_QUERY
           
            
@@ -2337,7 +2337,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
           
          
 
-         'libpq-pg-diag-context'>
+         "libpq-pg-diag-context">
           PG_DIAG_CONTEXT
           
            
@@ -2349,7 +2349,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
           
          
 
-         'libpq-pg-diag-source-file'>
+         "libpq-pg-diag-source-file">
           PG_DIAG_SOURCE_FILE
           
            
@@ -2359,7 +2359,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
           
          
 
-         'libpq-pg-diag-source-line'>
+         "libpq-pg-diag-source-line">
           PG_DIAG_SOURCE_LINE
           
            
@@ -2369,7 +2369,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
           
          
 
-         'libpq-pg-diag-source-function'>
+         "libpq-pg-diag-source-function">
           PG_DIAG_SOURCE_FUNCTION
           
            
@@ -2403,7 +2403,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
       
      
 
-     'libpq-pqclear'>
+     "libpq-pqclear">
       PQclearPQclear
       
        
@@ -2445,7 +2445,7 @@ void PQclear(PGresult *res);
    
 
    
-    'libpq-pqntuples'>
+    "libpq-pqntuples">
      
       PQntuples
       
@@ -2467,7 +2467,7 @@ int PQntuples(const PGresult *res);
      
     
 
-    'libpq-pqnfields'>
+    "libpq-pqnfields">
      
       PQnfields
       
@@ -2487,7 +2487,7 @@ int PQnfields(const PGresult *res);
      
     
 
-    'libpq-pqfname'>
+    "libpq-pqfname">
      
       PQfname
       
@@ -2514,7 +2514,7 @@ char *PQfname(const PGresult *res,
      
     
 
-    'libpq-pqfnumber'>
+    "libpq-pqfnumber">
      
       PQfnumber
       
@@ -2555,7 +2555,7 @@ PQfnumber(res, "\"BAR\"")    1
      
     
 
-    'libpq-pqftable'>
+    "libpq-pqftable">
      
       PQftable
       
@@ -2590,7 +2590,7 @@ Oid PQftable(const PGresult *res,
      
     
 
-    'libpq-pqftablecol'>
+    "libpq-pqftablecol">
      
       PQftablecol
       
@@ -2617,7 +2617,7 @@ int PQftablecol(const PGresult *res,
      
     
 
-    'libpq-pqfformat'>
+    "libpq-pqfformat">
      
       PQfformat
       
@@ -2643,7 +2643,7 @@ int PQfformat(const PGresult *res,
      
     
 
-    'libpq-pqftype'>
+    "libpq-pqftype">
      
       PQftype
       
@@ -2672,7 +2672,7 @@ Oid PQftype(const PGresult *res,
      
     
 
-    'libpq-pqfmod'>
+    "libpq-pqfmod">
      
       PQfmod
       
@@ -2700,7 +2700,7 @@ int PQfmod(const PGresult *res,
      
     
 
-    'libpq-pqfsize'>
+    "libpq-pqfsize">
      
       PQfsize
       
@@ -2728,7 +2728,7 @@ int PQfsize(const PGresult *res,
      
     
 
-    'libpq-pqbinarytuples'>
+    "libpq-pqbinarytuples">
      
       PQbinaryTuples
       
@@ -2756,7 +2756,7 @@ int PQbinaryTuples(const PGresult *res);
      
     
 
-    'libpq-pqgetvalue'>
+    "libpq-pqgetvalue">
      
       PQgetvalue
        
@@ -2806,7 +2806,7 @@ char *PQgetvalue(const PGresult *res,
      
     
 
-    'libpq-pqgetisnull'>
+    "libpq-pqgetisnull">
      
       PQgetisnull
       
@@ -2838,7 +2838,7 @@ int PQgetisnull(const PGresult *res,
      
     
 
-    'libpq-pqgetlength'>
+    "libpq-pqgetlength">
      
      PQgetlength
      
@@ -2868,7 +2868,7 @@ int PQgetlength(const PGresult *res,
      
     
 
-    'libpq-pqnparams'>
+    "libpq-pqnparams">
      
       PQnparams
       
@@ -2892,7 +2892,7 @@ int PQnparams(const PGresult *res);
      
     
 
-    'libpq-pqparamtype'>
+    "libpq-pqparamtype">
      
       PQparamtype
       
@@ -2917,7 +2917,7 @@ Oid PQparamtype(const PGresult *res, int param_number);
      
     
 
-    'libpq-pqprint'>
+    "libpq-pqprint">
      
       PQprint
       
@@ -2968,7 +2968,7 @@ typedef struct
    
 
    
-    'libpq-pqcmdstatus'>
+    "libpq-pqcmdstatus">
      
       PQcmdStatus
       
@@ -2995,7 +2995,7 @@ char *PQcmdStatus(PGresult *res);
      
     
 
-    'libpq-pqcmdtuples'>
+    "libpq-pqcmdtuples">
      
       PQcmdTuples
       
@@ -3029,7 +3029,7 @@ char *PQcmdTuples(PGresult *res);
      
     
 
-    'libpq-pqoidvalue'>
+    "libpq-pqoidvalue">
      
       PQoidValue
       
@@ -3054,7 +3054,7 @@ Oid PQoidValue(const PGresult *res);
      
     
 
-    'libpq-pqoidstatus'>
+    "libpq-pqoidstatus">
      
       PQoidStatus
       
@@ -3096,7 +3096,7 @@ char *PQoidStatus(const PGresult *res);
    
 
    
-    'libpq-pqescapeliteral'>
+    "libpq-pqescapeliteral">
      
       PQescapeLiteral
       
@@ -3160,7 +3160,7 @@ char *PQescapeLiteral(PGconn *conn, const char *str, size_t length);
      
     
 
-    'libpq-pqescapeidentifier'>
+    "libpq-pqescapeidentifier">
      
       PQescapeIdentifier
       
@@ -3215,7 +3215,7 @@ char *PQescapeIdentifier(PGconn *conn, const char *str, size_t length);
      
     
 
-    'libpq-pqescapestringconn'>
+    "libpq-pqescapestringconn">
      
       PQescapeStringConn
       
@@ -3270,7 +3270,7 @@ size_t PQescapeStringConn(PGconn *conn,
      
     
 
-    'libpq-pqescapestring'>
+    "libpq-pqescapestring">
      
       PQescapeString
       
@@ -3306,7 +3306,7 @@ size_t PQescapeString (char *to, const char *from, size_t length);
      
     
 
-    'libpq-pqescapebyteaconn'>
+    "libpq-pqescapebyteaconn">
      
       PQescapeByteaConn
       
@@ -3372,7 +3372,7 @@ unsigned char *PQescapeByteaConn(PGconn *conn,
      
     
 
-    'libpq-pqescapebytea'>
+    "libpq-pqescapebytea">
      
       PQescapeBytea
       
@@ -3412,7 +3412,7 @@ unsigned char *PQescapeBytea(const unsigned char *from,
      
     
 
-    'libpq-pqunescapebytea'>
+    "libpq-pqunescapebytea">
      
       PQunescapeBytea
       
@@ -3521,7 +3521,7 @@ unsigned char *PQunescapeBytea(const unsigned char *from, size_t *to_length);
    respectively.
 
    
-    'libpq-pqsendquery'>
+    "libpq-pqsendquery">
      
       PQsendQuery
       
@@ -3548,7 +3548,7 @@ int PQsendQuery(PGconn *conn, const char *command);
      
     
 
-    'libpq-pqsendqueryparams'>
+    "libpq-pqsendqueryparams">
      
       PQsendQueryParams
       
@@ -3581,7 +3581,7 @@ int PQsendQueryParams(PGconn *conn,
      
     
 
-    'libpq-pqsendprepare'>
+    "libpq-pqsendprepare">
      
       PQsendPrepare
       
@@ -3613,7 +3613,7 @@ int PQsendPrepare(PGconn *conn,
      
     
 
-    'libpq-pqsendqueryprepared'>
+    "libpq-pqsendqueryprepared">
      
       PQsendQueryPrepared
       
@@ -3646,7 +3646,7 @@ int PQsendQueryPrepared(PGconn *conn,
      
     
 
-    'libpq-pqsenddescribeprepared'>
+    "libpq-pqsenddescribeprepared">
      
       PQsendDescribePrepared
       
@@ -3673,7 +3673,7 @@ int PQsendDescribePrepared(PGconn *conn, const char *stmtName);
      
     
 
-    'libpq-pqsenddescribeportal'>
+    "libpq-pqsenddescribeportal">
      
       PQsendDescribePortal
       
@@ -3700,7 +3700,7 @@ int PQsendDescribePortal(PGconn *conn, const char *portalName);
      
     
 
-    'libpq-pqgetresult'>
+    "libpq-pqgetresult">
      
       PQgetResult
       
@@ -3755,7 +3755,7 @@ PGresult *PQgetResult(PGconn *conn);
    use of two more functions:
 
    
-    'libpq-pqconsumeinput'>
+    "libpq-pqconsumeinput">
      
       PQconsumeInput
       
@@ -3795,7 +3795,7 @@ int PQconsumeInput(PGconn *conn);
      
     
 
-    'libpq-pqisbusy'>
+    "libpq-pqisbusy">
      
       PQisBusy
       
@@ -3864,7 +3864,7 @@ int PQisBusy(PGconn *conn);
    can be used.
 
    
-    'libpq-pqsetnonblocking'>
+    "libpq-pqsetnonblocking">
      
       PQsetnonblocking
       
@@ -3901,7 +3901,7 @@ int PQsetnonblocking(PGconn *conn, int arg);
      
     
 
-    'libpq-pqisnonblocking'>
+    "libpq-pqisnonblocking">
      
       PQisnonblocking
       
@@ -3924,7 +3924,7 @@ int PQisnonblocking(const PGconn *conn);
      
     
 
-    'libpq-pqflush'>
+    "libpq-pqflush">
      
       PQflush
        
@@ -3972,7 +3972,7 @@ int PQflush(PGconn *conn);
    this section.
 
    
-    'libpq-pqgetcancel'>
+    "libpq-pqgetcancel">
      
       PQgetCancel
       
@@ -4002,7 +4002,7 @@ PGcancel *PQgetCancel(PGconn *conn);
      
     
 
-    'libpq-pqfreecancel'>
+    "libpq-pqfreecancel">
      
       PQfreeCancel
       
@@ -4025,7 +4025,7 @@ void PQfreeCancel(PGcancel *cancel);
      
     
 
-    'libpq-pqcancel'>
+    "libpq-pqcancel">
      
       PQcancel
       
@@ -4071,7 +4071,7 @@ int PQcancel(PGcancel *cancel, char *errbuf, int errbufsize);
    
 
    
-    'libpq-pqrequestcancel'>
+    "libpq-pqrequestcancel">
      
       PQrequestCancel
       
@@ -4343,7 +4343,7 @@ typedef struct pgNotify
    that are also used in connection with query results:
 
    
-    'libpq-pqnfields-1'>
+    "libpq-pqnfields-1">
      
       PQnfields
       
@@ -4359,7 +4359,7 @@ typedef struct pgNotify
      
     
 
-    'libpq-pqbinarytuples-1'>
+    "libpq-pqbinarytuples-1">
      
       PQbinaryTuples
       
@@ -4378,7 +4378,7 @@ typedef struct pgNotify
      
     
 
-    'libpq-pqfformat-1'>
+    "libpq-pqfformat-1">
      
       PQfformat
       
@@ -4419,7 +4419,7 @@ typedef struct pgNotify
    
 
    
-    'libpq-pqputcopydata'>
+    "libpq-pqputcopydata">
      
       PQputCopyData
       
@@ -4458,7 +4458,7 @@ int PQputCopyData(PGconn *conn,
      
     
 
-    'libpq-pqputcopyend'>
+    "libpq-pqputcopyend">
      
       PQputCopyEnd
       
@@ -4519,7 +4519,7 @@ int PQputCopyEnd(PGconn *conn,
    
 
    
-    'libpq-pqgetcopydata'>
+    "libpq-pqgetcopydata">
      
       PQgetCopyData
       
@@ -4596,7 +4596,7 @@ int PQgetCopyData(PGconn *conn,
    
 
    
-    'libpq-pqgetline'>
+    "libpq-pqgetline">
      
       PQgetline
       
@@ -4635,7 +4635,7 @@ int PQgetline(PGconn *conn,
      
     
 
-    'libpq-pqgetlineasync'>
+    "libpq-pqgetlineasync">
      
       PQgetlineAsync
       
@@ -4694,7 +4694,7 @@ int PQgetlineAsync(PGconn *conn,
      
     
 
-    'libpq-pqputline'>
+    "libpq-pqputline">
      
       PQputline
       
@@ -4735,7 +4735,7 @@ int PQputline(PGconn *conn,
      
     
 
-    'libpq-pqputnbytes'>
+    "libpq-pqputnbytes">
      
       PQputnbytes
       
@@ -4762,7 +4762,7 @@ int PQputnbytes(PGconn *conn,
      
     
 
-    'libpq-pqendcopy'>
+    "libpq-pqendcopy">
      
       PQendcopy
       
@@ -4827,7 +4827,7 @@ int PQendcopy(PGconn *conn);
   
 
   
-   'libpq-pqclientencoding'>
+   "libpq-pqclientencoding">
     
      PQclientEncoding
      
@@ -4853,7 +4853,7 @@ char *pg_encoding_to_char(int encoding_id);
     
    
 
-   'libpq-pqsetclientencoding'>
+   "libpq-pqsetclientencoding">
     
      PQsetClientEncoding
      
@@ -4877,7 +4877,7 @@ int PQsetClientEncoding(PGconn *conn, const char *
     
    
 
-   'libpq-pqseterrorverbosity'>
+   "libpq-pqseterrorverbosity">
     
      PQsetErrorVerbosity
      
@@ -4913,7 +4913,7 @@ PGVerbosity PQsetErrorVerbosity(PGconn *conn, PGVerbosity verbosity);
     
    
 
-   'libpq-pqtrace'>
+   "libpq-pqtrace">
     
      PQtrace
      
@@ -4943,7 +4943,7 @@ void PQtrace(PGconn *conn, FILE *stream);
     
    
 
-   'libpq-pquntrace'>
+   "libpq-pquntrace">
     
      PQuntrace
      
@@ -4972,7 +4972,7 @@ void PQuntrace(PGconn *conn);
   
 
   
-   'libpq-pqfreemem'>
+   "libpq-pqfreemem">
     
      PQfreemem
      
@@ -5005,7 +5005,7 @@ void PQfreemem(void *ptr);
     
    
 
-   'libpq-pqconninfofree'>
+   "libpq-pqconninfofree">
     
      PQconninfoFree
      
@@ -5029,7 +5029,7 @@ void PQconninfoFree(PQconninfoOption *connOptions);
     
    
 
-   'libpq-pqencryptpassword'>
+   "libpq-pqencryptpassword">
     
      PQencryptPassword
      
@@ -5059,7 +5059,7 @@ char * PQencryptPassword(const char *passwd, const char *user);
     
    
 
-   'libpq-pqmakeemptypgresult'>
+   "libpq-pqmakeemptypgresult">
     
      PQmakeEmptyPGresult
      
@@ -5096,7 +5096,7 @@ PGresult *PQmakeEmptyPGresult(PGconn *conn, ExecStatusType status);
     
    
 
-   'libpq-pqfireresultcreateevents'>
+   "libpq-pqfireresultcreateevents">
     
      PQfireResultCreateEvents
      
@@ -5136,7 +5136,7 @@ int PQfireResultCreateEvents(PGconn *conn, PGresult *res);
     
    
 
-   'libpq-pqcopyresult'>
+   "libpq-pqcopyresult">
     
      PQcopyResult
      
@@ -5175,7 +5175,7 @@ PGresult *PQcopyResult(const PGresult *src, int flags);
     
    
 
-   'libpq-pqsetresultattrs'>
+   "libpq-pqsetresultattrs">
     
      PQsetResultAttrs
      
@@ -5203,7 +5203,7 @@ int PQsetResultAttrs(PGresult *res, int numAttributes, PGresAttDesc *attDescs);
     
    
 
-   'libpq-pqsetvalue'>
+   "libpq-pqsetvalue">
     
      PQsetvalue
      
@@ -5237,7 +5237,7 @@ int PQsetvalue(PGresult *res, int tup_num, int field_num, char *value, int len);
     
    
 
-   'libpq-pqresultalloc'>
+   "libpq-pqresultalloc">
     
      PQresultAlloc
      
@@ -5424,7 +5424,7 @@ defaultNoticeProcessor(void *arg, const char *message)
    
 
    
-    'libpq-pgevt-register'>
+    "libpq-pgevt-register">
      PGEVT_REGISTER
      
       
@@ -5454,7 +5454,7 @@ typedef struct
      
     
 
-    'libpq-pgevt-connreset'>
+    "libpq-pgevt-connreset">
      PGEVT_CONNRESET
      
       
@@ -5487,7 +5487,7 @@ typedef struct
      
     
 
-    'libpq-pgevt-conndestroy'>
+    "libpq-pgevt-conndestroy">
      PGEVT_CONNDESTROY
      
       
@@ -5516,7 +5516,7 @@ typedef struct
      
     
 
-    'libpq-pgevt-resultcreate'>
+    "libpq-pgevt-resultcreate">
      PGEVT_RESULTCREATE
      
       
@@ -5548,7 +5548,7 @@ typedef struct
      
     
 
-    'libpq-pgevt-resultcopy'>
+    "libpq-pgevt-resultcopy">
      PGEVT_RESULTCOPY
      
       
@@ -5583,7 +5583,7 @@ typedef struct
      
     
 
-    'libpq-pgevt-resultdestroy'>
+    "libpq-pgevt-resultdestroy">
      PGEVT_RESULTDESTROY
      
       
@@ -5618,7 +5618,7 @@ typedef struct
    Event Callback Procedure
 
    
-    'libpq-pgeventproc'>
+    "libpq-pgeventproc">
      
       PGEventProc
       
@@ -5673,7 +5673,7 @@ int eventproc(PGEventId evtId, void *evtInfo, void *passThrough)
    Event Support Functions
 
     
-    'libpq-pqregistereventproc'>
+    "libpq-pqregistereventproc">
      
       PQregisterEventProc
       
@@ -5713,7 +5713,7 @@ int PQregisterEventProc(PGconn *conn, PGEventProc proc,
      
     
 
-    'libpq-pqsetinstancedata'>
+    "libpq-pqsetinstancedata">
      
       PQsetInstanceData
       
@@ -5733,7 +5733,7 @@ int PQsetInstanceData(PGconn *conn, PGEventProc proc, void *data);
      
     
 
-    'libpq-pqinstancedata'>
+    "libpq-pqinstancedata">
      
       PQinstanceData
       
@@ -5752,7 +5752,7 @@ void *PQinstanceData(const PGconn *conn, PGEventProc proc);
      
     
 
-    'libpq-pqresultsetinstancedata'>
+    "libpq-pqresultsetinstancedata">
      
       PQresultSetInstanceData
       
@@ -5772,7 +5772,7 @@ int PQresultSetInstanceData(PGresult *res, PGEventProc proc, void *data);
      
     
 
-    'libpq-pqresultinstancedata'>
+    "libpq-pqresultinstancedata">
      
       PQresultInstanceData
       
@@ -6833,7 +6833,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
 
   
    
-    'libpq-pqinitopenssl'>
+    "libpq-pqinitopenssl">
      
       PQinitOpenSSL
       
@@ -6869,7 +6869,7 @@ void PQinitOpenSSL(int do_ssl, int do_crypto);
      
     
 
-    'libpq-pqinitssl'>
+    "libpq-pqinitssl">
      
       PQinitSSL
       
@@ -6928,7 +6928,7 @@ void PQinitSSL(int do_ssl);
   
 
   
-   'libpq-pqisthreadsafe'>
+   "libpq-pqisthreadsafe">
     
      PQisthreadsafe
      
index fd5bac03edbfd640362f6cfe2fc8e09f85523ac3..91a5c24341d4bb7b51e5b0ae56d5a1d5ab35bd08 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   Large Objects
@@ -99,7 +99,7 @@
     libpq library.
    
 
-   'lo-create'>
+   "lo-create">
     Creating a Large Object