Use double quotes rather than double quotes for libpq target anchors.
authorRobert Haas
Tue, 10 Aug 2010 02:57:03 +0000 (02:57 +0000)
committerRobert Haas
Tue, 10 Aug 2010 02:57:03 +0000 (02:57 +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 a25c4c21515008c8c6fcd841d1ee9f389d5a0434..d24ace0020958c00fb31034f08984372da0758f0 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  <application>libpq</application> - C Library
@@ -91,7 +91,7 @@
    
 
    
-    'libpq-pqconnectdbparams'>
+    "libpq-pqconnectdbparams">
      PQconnectdbParamsPQconnectdbParams
      
       
@@ -572,7 +572,7 @@ PGconn *PQconnectdbParams(const char **keywords, const char **values, int expand
      
     
 
-    'libpq-pqconnectdb'>
+    "libpq-pqconnectdb">
      PQconnectdbPQconnectdb
      
       
@@ -605,7 +605,7 @@ PGconn *PQconnectdb(const char *conninfo);
      
     
 
-    'libpq-pqsetdblogin'>
+    "libpq-pqsetdblogin">
      PQsetdbLoginPQsetdbLogin
      
       
@@ -637,7 +637,7 @@ PGconn *PQsetdbLogin(const char *pghost,
      
     
 
-    'libpq-pqsetdb'>
+    "libpq-pqsetdb">
      PQsetdbPQsetdb
      
       
@@ -659,7 +659,7 @@ PGconn *PQsetdb(char *pghost,
      
     
 
-    'libpq-pqconnectstartparams'>
+    "libpq-pqconnectstartparams">
      PQconnectStartParamsPQconnectStartParams
      PQconnectStartPQconnectStart
      PQconnectPollPQconnectPoll
@@ -776,7 +776,7 @@ PostgresPollingStatusType PQconnectPoll(PGconn *conn);
        to provide feedback to the user for example. These statuses are:
 
        
-        'libpq-connection-started'>
+        "libpq-connection-started">
          CONNECTION_STARTED
          
           
@@ -785,7 +785,7 @@ PostgresPollingStatusType PQconnectPoll(PGconn *conn);
          
         
 
-        'libpq-connection-made'>
+        "libpq-connection-made">
          CONNECTION_MADE
          
           
@@ -794,7 +794,7 @@ PostgresPollingStatusType PQconnectPoll(PGconn *conn);
          
         
 
-        'libpq-connection-awaiting-response'>
+        "libpq-connection-awaiting-response">
          CONNECTION_AWAITING_RESPONSE
          
           
@@ -803,7 +803,7 @@ PostgresPollingStatusType PQconnectPoll(PGconn *conn);
          
         
 
-        'libpq-connection-auth-ok'>
+        "libpq-connection-auth-ok">
          CONNECTION_AUTH_OK
          
           
@@ -812,7 +812,7 @@ PostgresPollingStatusType PQconnectPoll(PGconn *conn);
          
         
 
-        'libpq-connection-ssl-startup'>
+        "libpq-connection-ssl-startup">
          CONNECTION_SSL_STARTUP
          
           
@@ -821,7 +821,7 @@ PostgresPollingStatusType PQconnectPoll(PGconn *conn);
          
         
 
-        'libpq-connection-setenv'>
+        "libpq-connection-setenv">
          CONNECTION_SETENV
          
           
@@ -872,7 +872,7 @@ switch(PQstatus(conn))
      
     
 
-    'libpq-pqconndefaults'>
+    "libpq-pqconndefaults">
      PQconndefaultsPQconndefaults
      
       
@@ -918,7 +918,7 @@ typedef struct
      
     
 
-    'libpq-pqconninfoparse'>
+    "libpq-pqconninfoparse">
      PQconninfoParsePQconninfoParse
      
       
@@ -963,7 +963,7 @@ PQconninfoOption *PQconninfoParse(const char *conninfo, char **errmsg);
    
     
 
-    'libpq-pqfinish'>
+    "libpq-pqfinish">
      PQfinishPQfinish
      
       
@@ -984,7 +984,7 @@ void PQfinish(PGconn *conn);
      
     
 
-    'libpq-pqreset'>
+    "libpq-pqreset">
      PQresetPQreset
      
       
@@ -1004,7 +1004,7 @@ void PQreset(PGconn *conn);
      
     
 
-    'libpq-pqresetstart'>
+    "libpq-pqresetstart">
      PQresetStartPQresetStart
      PQresetPollPQresetPoll
      
@@ -1068,7 +1068,7 @@ PostgresPollingStatusType PQresetPoll(PGconn *conn);
    These values are fixed for the life of the PGconn object.
 
    
-    'libpq-pqdb'>
+    "libpq-pqdb">
      
       PQdb
       
@@ -1086,7 +1086,7 @@ char *PQdb(const PGconn *conn);
      
     
 
-    'libpq-pquser'>
+    "libpq-pquser">
      
       PQuser
       
@@ -1104,7 +1104,7 @@ char *PQuser(const PGconn *conn);
      
     
 
-    'libpq-pqpass'>
+    "libpq-pqpass">
      
       PQpass
       
@@ -1122,7 +1122,7 @@ char *PQpass(const PGconn *conn);
      
     
 
-    'libpq-pqhost'>
+    "libpq-pqhost">
      
       PQhost
       
@@ -1140,7 +1140,7 @@ char *PQhost(const PGconn *conn);
      
     
 
-    'libpq-pqport'>
+    "libpq-pqport">
      
       PQport
       
@@ -1159,7 +1159,7 @@ char *PQport(const PGconn *conn);
      
     
 
-    'libpq-pqtty'>
+    "libpq-pqtty">
      
       PQtty
       
@@ -1181,7 +1181,7 @@ char *PQtty(const PGconn *conn);
      
     
 
-    'libpq-pqoptions'>
+    "libpq-pqoptions">
      
       PQoptions
       
@@ -1206,7 +1206,7 @@ char *PQoptions(const PGconn *conn);
    are executed on the PGconn object.
 
    
-    'libpq-pqstatus'>
+    "libpq-pqstatus">
      
       PQstatus
       
@@ -1245,7 +1245,7 @@ ConnStatusType PQstatus(const PGconn *conn);
      
     
 
-    'libpq-pqtransactionstatus'>
+    "libpq-pqtransactionstatus">
      
       PQtransactionStatus
       
@@ -1281,7 +1281,7 @@ PGTransactionStatusType PQtransactionStatus(const PGconn *conn);
      
     
 
-    'libpq-pqparameterstatus'>
+    "libpq-pqparameterstatus">
      
       PQparameterStatus
       
@@ -1360,7 +1360,7 @@ const char *PQparameterStatus(const PGconn *conn, const char *paramName);
      
     
 
-    'libpq-pqprotocolversion'>
+    "libpq-pqprotocolversion">
      
       PQprotocolVersion
       
@@ -1387,7 +1387,7 @@ int PQprotocolVersion(const PGconn *conn);
      
     
 
-    'libpq-pqserverversion'>
+    "libpq-pqserverversion">
      
       PQserverVersion
       
@@ -1412,7 +1412,7 @@ int PQserverVersion(const PGconn *conn);
      
     
 
-    'libpq-pqerrormessage'>
+    "libpq-pqerrormessage">
      
       PQerrorMessage
       
@@ -1446,7 +1446,7 @@ char *PQerrorMessage(const PGconn *conn);
      
     
 
-    'libpq-pqsocket'>
+    "libpq-pqsocket">
      PQsocketPQsocket
      
       
@@ -1464,7 +1464,7 @@ int PQsocket(const PGconn *conn);
      
     
 
-    'libpq-pqbackendpid'>
+    "libpq-pqbackendpid">
      PQbackendPIDPQbackendPID
      
       
@@ -1489,7 +1489,7 @@ int PQbackendPID(const PGconn *conn);
      
     
 
-    'libpq-pqconnectionneedspassword'>
+    "libpq-pqconnectionneedspassword">
      PQconnectionNeedsPasswordPQconnectionNeedsPassword
      
       
@@ -1509,7 +1509,7 @@ int PQconnectionNeedsPassword(const PGconn *conn);
      
     
 
-    'libpq-pqconnectionusedpassword'>
+    "libpq-pqconnectionusedpassword">
      PQconnectionUsedPasswordPQconnectionUsedPassword
      
       
@@ -1528,7 +1528,7 @@ int PQconnectionUsedPassword(const PGconn *conn);
      
     
 
-    'libpq-pqgetssl'>
+    "libpq-pqgetssl">
      PQgetsslPQgetssl
      
       
@@ -1575,7 +1575,7 @@ SSL *PQgetssl(const PGconn *conn);
 
    
     
-     'libpq-pqexec'>
+     "libpq-pqexec">
       
        PQexec
        
@@ -1619,7 +1619,7 @@ PGresult *PQexec(PGconn *conn, const char *command);
 
    
     
-     'libpq-pqexecparams'>
+     "libpq-pqexecparams">
       
        PQexecParams
        
@@ -1806,7 +1806,7 @@ SELECT * FROM mytable WHERE x = $1::bigint;
 
    
     
-     'libpq-pqprepare'>
+     "libpq-pqprepare">
       PQprepare
        
         PQprepare
@@ -1883,7 +1883,7 @@ PGresult *PQprepare(PGconn *conn,
 
    
     
-     'libpq-pqexecprepared'>
+     "libpq-pqexecprepared">
       
        PQexecPrepared
        
@@ -1927,7 +1927,7 @@ PGresult *PQexecPrepared(PGconn *conn,
       
      
 
-     'libpq-pqdescribeprepared'>
+     "libpq-pqdescribeprepared">
       
        PQdescribePrepared
        
@@ -1967,7 +1967,7 @@ PGresult *PQdescribePrepared(PGconn *conn, const char *stmtName);
       
      
 
-     'libpq-pqdescribeportal'>
+     "libpq-pqdescribeportal">
       
        PQdescribePortal
        
@@ -2020,7 +2020,7 @@ PGresult *PQdescribePortal(PGconn *conn, const char *portalName);
     are subject to change in the future.
 
     
-     'libpq-pqresultstatus'>
+     "libpq-pqresultstatus">
       
        PQresultStatus
        
@@ -2040,7 +2040,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
           
            
@@ -2049,7 +2049,7 @@ ExecStatusType PQresultStatus(const PGresult *res);
           
          
 
-         'libpq-pgres-command-ok'>
+         "libpq-pgres-command-ok">
           PGRES_COMMAND_OK
           
            
@@ -2058,7 +2058,7 @@ ExecStatusType PQresultStatus(const PGresult *res);
           
          
 
-         'libpq-pgres-tuples-ok'>
+         "libpq-pgres-tuples-ok">
           PGRES_TUPLES_OK
           
            
@@ -2068,7 +2068,7 @@ ExecStatusType PQresultStatus(const PGresult *res);
           
          
 
-         'libpq-pgres-copy-out'>
+         "libpq-pgres-copy-out">
           PGRES_COPY_OUT
           
            
@@ -2077,7 +2077,7 @@ ExecStatusType PQresultStatus(const PGresult *res);
           
          
 
-         'libpq-pgres-copy-in'>
+         "libpq-pgres-copy-in">
           PGRES_COPY_IN
           
            
@@ -2086,7 +2086,7 @@ ExecStatusType PQresultStatus(const PGresult *res);
           
          
 
-         'libpq-pgres-bad-response'>
+         "libpq-pgres-bad-response">
           PGRES_BAD_RESPONSE
           
            
@@ -2095,7 +2095,7 @@ ExecStatusType PQresultStatus(const PGresult *res);
           
          
 
-         'libpq-pgres-nonfatal-error'>
+         "libpq-pgres-nonfatal-error">
           PGRES_NONFATAL_ERROR
           
            
@@ -2104,7 +2104,7 @@ ExecStatusType PQresultStatus(const PGresult *res);
           
          
 
-         'libpq-pgres-fatal-error'>
+         "libpq-pgres-fatal-error">
           PGRES_FATAL_ERROR
           
            
@@ -2135,7 +2135,7 @@ ExecStatusType PQresultStatus(const PGresult *res);
       
      
 
-     'libpq-pqresstatus'>
+     "libpq-pqresstatus">
       
        PQresStatus
        
@@ -2156,7 +2156,7 @@ char *PQresStatus(ExecStatusType status);
       
      
 
-     'libpq-pqresulterrormessage'>
+     "libpq-pqresulterrormessage">
       
        PQresultErrorMessage
        
@@ -2194,7 +2194,7 @@ char *PQresultErrorMessage(const PGresult *res);
       
      
 
-     'libpq-pqresulterrorfield'>
+     "libpq-pqresulterrorfield">
       PQresultErrorFieldPQresultErrorField
       
        
@@ -2215,7 +2215,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
           
            
@@ -2228,7 +2228,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
           
          
 
-         'libpq-pg-diag-sqlstate'>
+         "libpq-pg-diag-sqlstate">
           
            error codes
            libpq
@@ -2247,7 +2247,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
           
          
 
-         'libpq-pg-diag-message-primary'>
+         "libpq-pg-diag-message-primary">
           PG_DIAG_MESSAGE_PRIMARY
           
            
@@ -2257,7 +2257,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
           
          
 
-         'libpq-pg-diag-message-detail'>
+         "libpq-pg-diag-message-detail">
           PG_DIAG_MESSAGE_DETAIL
           
            
@@ -2267,7 +2267,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
           
          
 
-         'libpq-pg-diag-message-hint'>
+         "libpq-pg-diag-message-hint">
           PG_DIAG_MESSAGE_HINT
           
            
@@ -2279,7 +2279,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
           
          
 
-         'libpq-pg-diag-statement-position'>
+         "libpq-pg-diag-statement-position">
           PG_DIAG_STATEMENT_POSITION
           
            
@@ -2291,7 +2291,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
           
          
 
-         'libpq-pg-diag-internal-position'>
+         "libpq-pg-diag-internal-position">
           PG_DIAG_INTERNAL_POSITION
           
            
@@ -2305,7 +2305,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
           
          
 
-         'libpq-pg-diag-internal-query'>
+         "libpq-pg-diag-internal-query">
           PG_DIAG_INTERNAL_QUERY
           
            
@@ -2315,7 +2315,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
           
          
 
-         'libpq-pg-diag-context'>
+         "libpq-pg-diag-context">
           PG_DIAG_CONTEXT
           
            
@@ -2327,7 +2327,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
           
          
 
-         'libpq-pg-diag-source-file'>
+         "libpq-pg-diag-source-file">
           PG_DIAG_SOURCE_FILE
           
            
@@ -2337,7 +2337,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
           
          
 
-         'libpq-pg-diag-source-line'>
+         "libpq-pg-diag-source-line">
           PG_DIAG_SOURCE_LINE
           
            
@@ -2347,7 +2347,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
           
          
 
-         'libpq-pg-diag-source-function'>
+         "libpq-pg-diag-source-function">
           PG_DIAG_SOURCE_FUNCTION
           
            
@@ -2381,7 +2381,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
       
      
 
-     'libpq-pqclear'>
+     "libpq-pqclear">
       PQclearPQclear
       
        
@@ -2423,7 +2423,7 @@ void PQclear(PGresult *res);
    
 
    
-    'libpq-pqntuples'>
+    "libpq-pqntuples">
      
       PQntuples
       
@@ -2445,7 +2445,7 @@ int PQntuples(const PGresult *res);
      
     
 
-    'libpq-pqnfields'>
+    "libpq-pqnfields">
      
       PQnfields
       
@@ -2465,7 +2465,7 @@ int PQnfields(const PGresult *res);
      
     
 
-    'libpq-pqfname'>
+    "libpq-pqfname">
      
       PQfname
       
@@ -2492,7 +2492,7 @@ char *PQfname(const PGresult *res,
      
     
 
-    'libpq-pqfnumber'>
+    "libpq-pqfnumber">
      
       PQfnumber
       
@@ -2533,7 +2533,7 @@ PQfnumber(res, "\"BAR\"")    1
      
     
 
-    'libpq-pqftable'>
+    "libpq-pqftable">
      
       PQftable
       
@@ -2568,7 +2568,7 @@ Oid PQftable(const PGresult *res,
      
     
 
-    'libpq-pqftablecol'>
+    "libpq-pqftablecol">
      
       PQftablecol
       
@@ -2595,7 +2595,7 @@ int PQftablecol(const PGresult *res,
      
     
 
-    'libpq-pqfformat'>
+    "libpq-pqfformat">
      
       PQfformat
       
@@ -2621,7 +2621,7 @@ int PQfformat(const PGresult *res,
      
     
 
-    'libpq-pqftype'>
+    "libpq-pqftype">
      
       PQftype
       
@@ -2650,7 +2650,7 @@ Oid PQftype(const PGresult *res,
      
     
 
-    'libpq-pqfmod'>
+    "libpq-pqfmod">
      
       PQfmod
       
@@ -2678,7 +2678,7 @@ int PQfmod(const PGresult *res,
      
     
 
-    'libpq-pqfsize'>
+    "libpq-pqfsize">
      
       PQfsize
       
@@ -2706,7 +2706,7 @@ int PQfsize(const PGresult *res,
      
     
 
-    'libpq-pqbinarytuples'>
+    "libpq-pqbinarytuples">
      
       PQbinaryTuples
       
@@ -2734,7 +2734,7 @@ int PQbinaryTuples(const PGresult *res);
      
     
 
-    'libpq-pqgetvalue'>
+    "libpq-pqgetvalue">
      
       PQgetvalue
        
@@ -2784,7 +2784,7 @@ char *PQgetvalue(const PGresult *res,
      
     
 
-    'libpq-pqgetisnull'>
+    "libpq-pqgetisnull">
      
       PQgetisnull
       
@@ -2816,7 +2816,7 @@ int PQgetisnull(const PGresult *res,
      
     
 
-    'libpq-pqgetlength'>
+    "libpq-pqgetlength">
      
      PQgetlength
      
@@ -2846,7 +2846,7 @@ int PQgetlength(const PGresult *res,
      
     
 
-    'libpq-pqnparams'>
+    "libpq-pqnparams">
      
       PQnparams
       
@@ -2870,7 +2870,7 @@ int PQnparams(const PGresult *res);
      
     
 
-    'libpq-pqparamtype'>
+    "libpq-pqparamtype">
      
       PQparamtype
       
@@ -2895,7 +2895,7 @@ Oid PQparamtype(const PGresult *res, int param_number);
      
     
 
-    'libpq-pqprint'>
+    "libpq-pqprint">
      
       PQprint
       
@@ -2946,7 +2946,7 @@ typedef struct
    
 
    
-    'libpq-pqcmdstatus'>
+    "libpq-pqcmdstatus">
      
       PQcmdStatus
       
@@ -2973,7 +2973,7 @@ char *PQcmdStatus(PGresult *res);
      
     
 
-    'libpq-pqcmdtuples'>
+    "libpq-pqcmdtuples">
      
       PQcmdTuples
       
@@ -3007,7 +3007,7 @@ char *PQcmdTuples(PGresult *res);
      
     
 
-    'libpq-pqoidvalue'>
+    "libpq-pqoidvalue">
      
       PQoidValue
       
@@ -3032,7 +3032,7 @@ Oid PQoidValue(const PGresult *res);
      
     
 
-    'libpq-pqoidstatus'>
+    "libpq-pqoidstatus">
      
       PQoidStatus
       
@@ -3074,7 +3074,7 @@ char *PQoidStatus(const PGresult *res);
    
 
    
-    'libpq-pqescapeliteral'>
+    "libpq-pqescapeliteral">
      
       PQescapeLiteral
       
@@ -3138,7 +3138,7 @@ char *PQescapeLiteral(PGconn *conn, const char *str, size_t length);
      
     
 
-    'libpq-pqescapeidentifier'>
+    "libpq-pqescapeidentifier">
      
       PQescapeIdentifier
       
@@ -3193,7 +3193,7 @@ char *PQescapeIdentifier(PGconn *conn, const char *str, size_t length);
      
     
 
-    'libpq-pqescapestringconn'>
+    "libpq-pqescapestringconn">
      
       PQescapeStringConn
       
@@ -3248,7 +3248,7 @@ size_t PQescapeStringConn(PGconn *conn,
      
     
 
-    'libpq-pqescapestring'>
+    "libpq-pqescapestring">
      
       PQescapeString
       
@@ -3284,7 +3284,7 @@ size_t PQescapeString (char *to, const char *from, size_t length);
      
     
 
-    'libpq-pqescapebyteaconn'>
+    "libpq-pqescapebyteaconn">
      
       PQescapeByteaConn
       
@@ -3350,7 +3350,7 @@ unsigned char *PQescapeByteaConn(PGconn *conn,
      
     
 
-    'libpq-pqescapebytea'>
+    "libpq-pqescapebytea">
      
       PQescapeBytea
       
@@ -3390,7 +3390,7 @@ unsigned char *PQescapeBytea(const unsigned char *from,
      
     
 
-    'libpq-pqunescapebytea'>
+    "libpq-pqunescapebytea">
      
       PQunescapeBytea
       
@@ -3499,7 +3499,7 @@ unsigned char *PQunescapeBytea(const unsigned char *from, size_t *to_length);
    respectively.
 
    
-    'libpq-pqsendquery'>
+    "libpq-pqsendquery">
      
       PQsendQuery
       
@@ -3526,7 +3526,7 @@ int PQsendQuery(PGconn *conn, const char *command);
      
     
 
-    'libpq-pqsendqueryparams'>
+    "libpq-pqsendqueryparams">
      
       PQsendQueryParams
       
@@ -3559,7 +3559,7 @@ int PQsendQueryParams(PGconn *conn,
      
     
 
-    'libpq-pqsendprepare'>
+    "libpq-pqsendprepare">
      
       PQsendPrepare
       
@@ -3591,7 +3591,7 @@ int PQsendPrepare(PGconn *conn,
      
     
 
-    'libpq-pqsendqueryprepared'>
+    "libpq-pqsendqueryprepared">
      
       PQsendQueryPrepared
       
@@ -3624,7 +3624,7 @@ int PQsendQueryPrepared(PGconn *conn,
      
     
 
-    'libpq-pqsenddescribeprepared'>
+    "libpq-pqsenddescribeprepared">
      
       PQsendDescribePrepared
       
@@ -3651,7 +3651,7 @@ int PQsendDescribePrepared(PGconn *conn, const char *stmtName);
      
     
 
-    'libpq-pqsenddescribeportal'>
+    "libpq-pqsenddescribeportal">
      
       PQsendDescribePortal
       
@@ -3678,7 +3678,7 @@ int PQsendDescribePortal(PGconn *conn, const char *portalName);
      
     
 
-    'libpq-pqgetresult'>
+    "libpq-pqgetresult">
      
       PQgetResult
       
@@ -3733,7 +3733,7 @@ PGresult *PQgetResult(PGconn *conn);
    use of two more functions:
 
    
-    'libpq-pqconsumeinput'>
+    "libpq-pqconsumeinput">
      
       PQconsumeInput
       
@@ -3773,7 +3773,7 @@ int PQconsumeInput(PGconn *conn);
      
     
 
-    'libpq-pqisbusy'>
+    "libpq-pqisbusy">
      
       PQisBusy
       
@@ -3842,7 +3842,7 @@ int PQisBusy(PGconn *conn);
    can be used.
 
    
-    'libpq-pqsetnonblocking'>
+    "libpq-pqsetnonblocking">
      
       PQsetnonblocking
       
@@ -3879,7 +3879,7 @@ int PQsetnonblocking(PGconn *conn, int arg);
      
     
 
-    'libpq-pqisnonblocking'>
+    "libpq-pqisnonblocking">
      
       PQisnonblocking
       
@@ -3902,7 +3902,7 @@ int PQisnonblocking(const PGconn *conn);
      
     
 
-    'libpq-pqflush'>
+    "libpq-pqflush">
      
       PQflush
        
@@ -3950,7 +3950,7 @@ int PQflush(PGconn *conn);
    this section.
 
    
-    'libpq-pqgetcancel'>
+    "libpq-pqgetcancel">
      
       PQgetCancel
       
@@ -3980,7 +3980,7 @@ PGcancel *PQgetCancel(PGconn *conn);
      
     
 
-    'libpq-pqfreecancel'>
+    "libpq-pqfreecancel">
      
       PQfreeCancel
       
@@ -4003,7 +4003,7 @@ void PQfreeCancel(PGcancel *cancel);
      
     
 
-    'libpq-pqcancel'>
+    "libpq-pqcancel">
      
       PQcancel
       
@@ -4049,7 +4049,7 @@ int PQcancel(PGcancel *cancel, char *errbuf, int errbufsize);
    
 
    
-    'libpq-pqrequestcancel'>
+    "libpq-pqrequestcancel">
      
       PQrequestCancel
       
@@ -4321,7 +4321,7 @@ typedef struct pgNotify
    that are also used in connection with query results:
 
    
-    'libpq-pqnfields-1'>
+    "libpq-pqnfields-1">
      
       PQnfields
       
@@ -4337,7 +4337,7 @@ typedef struct pgNotify
      
     
 
-    'libpq-pqbinarytuples-1'>
+    "libpq-pqbinarytuples-1">
      
       PQbinaryTuples
       
@@ -4356,7 +4356,7 @@ typedef struct pgNotify
      
     
 
-    'libpq-pqfformat-1'>
+    "libpq-pqfformat-1">
      
       PQfformat
       
@@ -4397,7 +4397,7 @@ typedef struct pgNotify
    
 
    
-    'libpq-pqputcopydata'>
+    "libpq-pqputcopydata">
      
       PQputCopyData
       
@@ -4436,7 +4436,7 @@ int PQputCopyData(PGconn *conn,
      
     
 
-    'libpq-pqputcopyend'>
+    "libpq-pqputcopyend">
      
       PQputCopyEnd
       
@@ -4497,7 +4497,7 @@ int PQputCopyEnd(PGconn *conn,
    
 
    
-    'libpq-pqgetcopydata'>
+    "libpq-pqgetcopydata">
      
       PQgetCopyData
       
@@ -4574,7 +4574,7 @@ int PQgetCopyData(PGconn *conn,
    
 
    
-    'libpq-pqgetline'>
+    "libpq-pqgetline">
      
       PQgetline
       
@@ -4613,7 +4613,7 @@ int PQgetline(PGconn *conn,
      
     
 
-    'libpq-pqgetlineasync'>
+    "libpq-pqgetlineasync">
      
       PQgetlineAsync
       
@@ -4672,7 +4672,7 @@ int PQgetlineAsync(PGconn *conn,
      
     
 
-    'libpq-pqputline'>
+    "libpq-pqputline">
      
       PQputline
       
@@ -4713,7 +4713,7 @@ int PQputline(PGconn *conn,
      
     
 
-    'libpq-pqputnbytes'>
+    "libpq-pqputnbytes">
      
       PQputnbytes
       
@@ -4740,7 +4740,7 @@ int PQputnbytes(PGconn *conn,
      
     
 
-    'libpq-pqendcopy'>
+    "libpq-pqendcopy">
      
       PQendcopy
       
@@ -4805,7 +4805,7 @@ int PQendcopy(PGconn *conn);
   
 
   
-   'libpq-pqclientencoding'>
+   "libpq-pqclientencoding">
     
      PQclientEncoding
      
@@ -4831,7 +4831,7 @@ char *pg_encoding_to_char(int encoding_id);
     
    
 
-   'libpq-pqsetclientencoding'>
+   "libpq-pqsetclientencoding">
     
      PQsetClientEncoding
      
@@ -4855,7 +4855,7 @@ int PQsetClientEncoding(PGconn *conn, const char *
     
    
 
-   'libpq-pqseterrorverbosity'>
+   "libpq-pqseterrorverbosity">
     
      PQsetErrorVerbosity
      
@@ -4891,7 +4891,7 @@ PGVerbosity PQsetErrorVerbosity(PGconn *conn, PGVerbosity verbosity);
     
    
 
-   'libpq-pqtrace'>
+   "libpq-pqtrace">
     
      PQtrace
      
@@ -4921,7 +4921,7 @@ void PQtrace(PGconn *conn, FILE *stream);
     
    
 
-   'libpq-pquntrace'>
+   "libpq-pquntrace">
     
      PQuntrace
      
@@ -4950,7 +4950,7 @@ void PQuntrace(PGconn *conn);
   
 
   
-   'libpq-pqfreemem'>
+   "libpq-pqfreemem">
     
      PQfreemem
      
@@ -4983,7 +4983,7 @@ void PQfreemem(void *ptr);
     
    
 
-   'libpq-pqconninfofree'>
+   "libpq-pqconninfofree">
     
      PQconninfoFree
      
@@ -5007,7 +5007,7 @@ void PQconninfoFree(PQconninfoOption *connOptions);
     
    
 
-   'libpq-pqencryptpassword'>
+   "libpq-pqencryptpassword">
     
      PQencryptPassword
      
@@ -5037,7 +5037,7 @@ char * PQencryptPassword(const char *passwd, const char *user);
     
    
 
-   'libpq-pqmakeemptypgresult'>
+   "libpq-pqmakeemptypgresult">
     
      PQmakeEmptyPGresult
      
@@ -5074,7 +5074,7 @@ PGresult *PQmakeEmptyPGresult(PGconn *conn, ExecStatusType status);
     
    
 
-   'libpq-pqfireresultcreateevents'>
+   "libpq-pqfireresultcreateevents">
     
      PQfireResultCreateEvents
      
@@ -5114,7 +5114,7 @@ int PQfireResultCreateEvents(PGconn *conn, PGresult *res);
     
    
 
-   'libpq-pqcopyresult'>
+   "libpq-pqcopyresult">
     
      PQcopyResult
      
@@ -5153,7 +5153,7 @@ PGresult *PQcopyResult(const PGresult *src, int flags);
     
    
 
-   'libpq-pqsetresultattrs'>
+   "libpq-pqsetresultattrs">
     
      PQsetResultAttrs
      
@@ -5181,7 +5181,7 @@ int PQsetResultAttrs(PGresult *res, int numAttributes, PGresAttDesc *attDescs);
     
    
 
-   'libpq-pqsetvalue'>
+   "libpq-pqsetvalue">
     
      PQsetvalue
      
@@ -5215,7 +5215,7 @@ int PQsetvalue(PGresult *res, int tup_num, int field_num, char *value, int len);
     
    
 
-   'libpq-pqresultalloc'>
+   "libpq-pqresultalloc">
     
      PQresultAlloc
      
@@ -5402,7 +5402,7 @@ defaultNoticeProcessor(void *arg, const char *message)
    
 
    
-    'libpq-pgevt-register'>
+    "libpq-pgevt-register">
      PGEVT_REGISTER
      
       
@@ -5432,7 +5432,7 @@ typedef struct
      
     
 
-    'libpq-pgevt-connreset'>
+    "libpq-pgevt-connreset">
      PGEVT_CONNRESET
      
       
@@ -5465,7 +5465,7 @@ typedef struct
      
     
 
-    'libpq-pgevt-conndestroy'>
+    "libpq-pgevt-conndestroy">
      PGEVT_CONNDESTROY
      
       
@@ -5494,7 +5494,7 @@ typedef struct
      
     
 
-    'libpq-pgevt-resultcreate'>
+    "libpq-pgevt-resultcreate">
      PGEVT_RESULTCREATE
      
       
@@ -5526,7 +5526,7 @@ typedef struct
      
     
 
-    'libpq-pgevt-resultcopy'>
+    "libpq-pgevt-resultcopy">
      PGEVT_RESULTCOPY
      
       
@@ -5561,7 +5561,7 @@ typedef struct
      
     
 
-    'libpq-pgevt-resultdestroy'>
+    "libpq-pgevt-resultdestroy">
      PGEVT_RESULTDESTROY
      
       
@@ -5596,7 +5596,7 @@ typedef struct
    Event Callback Procedure
 
    
-    'libpq-pgeventproc'>
+    "libpq-pgeventproc">
      
       PGEventProc
       
@@ -5651,7 +5651,7 @@ int eventproc(PGEventId evtId, void *evtInfo, void *passThrough)
    Event Support Functions
 
     
-    'libpq-pqregistereventproc'>
+    "libpq-pqregistereventproc">
      
       PQregisterEventProc
       
@@ -5691,7 +5691,7 @@ int PQregisterEventProc(PGconn *conn, PGEventProc proc,
      
     
 
-    'libpq-pqsetinstancedata'>
+    "libpq-pqsetinstancedata">
      
       PQsetInstanceData
       
@@ -5711,7 +5711,7 @@ int PQsetInstanceData(PGconn *conn, PGEventProc proc, void *data);
      
     
 
-    'libpq-pqinstancedata'>
+    "libpq-pqinstancedata">
      
       PQinstanceData
       
@@ -5730,7 +5730,7 @@ void *PQinstanceData(const PGconn *conn, PGEventProc proc);
      
     
 
-    'libpq-pqresultsetinstancedata'>
+    "libpq-pqresultsetinstancedata">
      
       PQresultSetInstanceData
       
@@ -5750,7 +5750,7 @@ int PQresultSetInstanceData(PGresult *res, PGEventProc proc, void *data);
      
     
 
-    'libpq-pqresultinstancedata'>
+    "libpq-pqresultinstancedata">
      
       PQresultInstanceData
       
@@ -6801,7 +6801,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
 
   
    
-    'libpq-pqinitopenssl'>
+    "libpq-pqinitopenssl">
      
       PQinitOpenSSL
       
@@ -6837,7 +6837,7 @@ void PQinitOpenSSL(int do_ssl, int do_crypto);
      
     
 
-    'libpq-pqinitssl'>
+    "libpq-pqinitssl">
      
       PQinitSSL
       
@@ -6896,7 +6896,7 @@ void PQinitSSL(int do_ssl);
   
 
   
-   'libpq-pqisthreadsafe'>
+   "libpq-pqisthreadsafe">
     
      PQisthreadsafe
      
index 32efd818413e8ae1b9314afae96b6cb1565a8c1a..e1c80f7e792fe77677492a76f86c76e46eac1f72 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   Large Objects
@@ -99,7 +99,7 @@
     libpq library.
    
 
-   'lo-create'>
+   "lo-create">
     Creating a Large Object