doc: Change libpq function ids to mixed case
authorPeter Eisentraut
Thu, 25 Jul 2019 12:43:13 +0000 (14:43 +0200)
committerPeter Eisentraut
Fri, 26 Jul 2019 08:39:13 +0000 (10:39 +0200)
The ids for linking to libpq functions were previously all lower-case.
Change to mixed-case, matching the actual function name, for easier
readability in the source.  The output isn't changed in a significant
way, since the ids are converted to lower or upper case for file names
and anchors.

doc/src/sgml/func.sgml
doc/src/sgml/libpq.sgml

index c2f5a75ff67f9c68f8d2be205d19d903e808d4b7..7412df0bae6d0019fcd7ca17637f04ad55aebe27 100644 (file)
@@ -17518,7 +17518,7 @@ SET search_path TO schema sc
     get this information from  or
     for a machine-readable version, .
     Software developers should use server_version_num
-    (available since 8.2) or pqserverversion"/> instead
+    (available since 8.2) or PQserverVersion"/> instead
     of parsing the text version.
    
 
index 95f6989f51ee1ab9ab09540787996ca80c232f29..e17cf18634d37e4b131cb6d3568017178895cbf7 100644 (file)
    
 
    
-    pqconnectdbparams">
+    PQconnectdbParams">
      PQconnectdbParamsPQconnectdbParams
      
       
@@ -172,7 +172,7 @@ PGconn *PQconnectdbParams(const char * const *keywords,
      
     
 
-    pqconnectdb">
+    PQconnectdb">
      PQconnectdbPQconnectdb
      
       
@@ -199,7 +199,7 @@ PGconn *PQconnectdb(const char *conninfo);
     
     
 
-    pqsetdblogin">
+    PQsetdbLogin">
      PQsetdbLoginPQsetdbLogin
      
       
@@ -232,7 +232,7 @@ PGconn *PQsetdbLogin(const char *pghost,
      
     
 
-    pqsetdb">
+    PQsetdb">
      PQsetdbPQsetdb
      
       
@@ -254,7 +254,7 @@ PGconn *PQsetdb(char *pghost,
      
     
 
-    pqconnectstartparams">
+    PQconnectStartParams">
      PQconnectStartParamsPQconnectStartParams
      PQconnectStartPQconnectStart
      PQconnectPollPQconnectPoll
@@ -491,7 +491,7 @@ switch(PQstatus(conn))
      
     
 
-    pqconndefaults">
+    PQconndefaults">
      PQconndefaultsPQconndefaults
      
       
@@ -538,7 +538,7 @@ typedef struct
      
     
 
-    pqconninfo">
+    PQconninfo">
      PQconninfoPQconninfo
      
       
@@ -562,7 +562,7 @@ PQconninfoOption *PQconninfo(PGconn *conn);
     
 
 
-    pqconninfoparse">
+    PQconninfoParse">
      PQconninfoParsePQconninfoParse
      
       
@@ -609,7 +609,7 @@ PQconninfoOption *PQconninfoParse(const char *conninfo, char **errmsg);
    
     
 
-    pqfinish">
+    PQfinish">
      PQfinishPQfinish
      
       
@@ -630,7 +630,7 @@ void PQfinish(PGconn *conn);
      
     
 
-    pqreset">
+    PQreset">
      PQresetPQreset
      
       
@@ -650,7 +650,7 @@ void PQreset(PGconn *conn);
      
     
 
-    pqresetstart">
+    PQresetStart">
      PQresetStartPQresetStart
      PQresetPollPQresetPoll
      
@@ -684,7 +684,7 @@ PostgresPollingStatusType PQresetPoll(PGconn *conn);
      
     
 
-    pqpingparams">
+    PQpingParams">
      PQpingParamsPQpingParams
      
       
@@ -704,7 +704,7 @@ PGPing PQpingParams(const char * const *keywords,
        The function returns one of the following values:
 
        
-        pqpingparams-pqping-ok">
+        PQpingParams-PQPING_OK">
          PQPING_OK
          
           
@@ -713,7 +713,7 @@ PGPing PQpingParams(const char * const *keywords,
          
         
 
-        pqpingparams-pqping-reject">
+        PQpingParams-PQPING_REJECT">
          PQPING_REJECT
          
           
@@ -723,7 +723,7 @@ PGPing PQpingParams(const char * const *keywords,
          
         
 
-        pqpingparams-pqping-no-response">
+        PQpingParams-PQPING_NO_RESPONSE">
          PQPING_NO_RESPONSE
          
           
@@ -736,7 +736,7 @@ PGPing PQpingParams(const char * const *keywords,
          
         
 
-        pqpingparams-pqping-no-attempt">
+        PQpingParams-PQPING_NO_ATTEMPT">
          PQPING_NO_ATTEMPT
          
           
@@ -753,7 +753,7 @@ PGPing PQpingParams(const char * const *keywords,
      
     
 
-    pqping">
+    PQping">
      PQpingPQping
      
       
@@ -1695,7 +1695,7 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
    are fixed for the lifetime of the PGconn object.
 
    
-    pqdb">
+    PQdb">
      
       PQdb
       
@@ -1713,7 +1713,7 @@ char *PQdb(const PGconn *conn);
      
     
 
-    pquser">
+    PQuser">
      
       PQuser
       
@@ -1731,7 +1731,7 @@ char *PQuser(const PGconn *conn);
      
     
 
-    pqpass">
+    PQpass">
      
       PQpass
       
@@ -1760,7 +1760,7 @@ char *PQpass(const PGconn *conn);
      
     
 
-    pqhost">
+    PQhost">
      
       PQhost
       
@@ -1807,7 +1807,7 @@ char *PQhost(const PGconn *conn);
     
 
 
-    pqhostaddr">
+    PQhostaddr">
      
       PQhostaddr
       
@@ -1836,7 +1836,7 @@ char *PQhostaddr(const PGconn *conn);
      
     
 
-    pqport">
+    PQport">
      
       PQport
       
@@ -1875,7 +1875,7 @@ char *PQport(const PGconn *conn);
      
     
 
-    pqtty">
+    PQtty">
      
       PQtty
       
@@ -1897,7 +1897,7 @@ char *PQtty(const PGconn *conn);
      
     
 
-    pqoptions">
+    PQoptions">
      
       PQoptions
       
@@ -1922,7 +1922,7 @@ char *PQoptions(const PGconn *conn);
    are executed on the PGconn object.
 
    
-    pqstatus">
+    PQstatus">
      
       PQstatus
       
@@ -1961,7 +1961,7 @@ ConnStatusType PQstatus(const PGconn *conn);
      
     
 
-    pqtransactionstatus">
+    PQtransactionStatus">
      
       PQtransactionStatus
       
@@ -1988,7 +1988,7 @@ PGTransactionStatusType PQtransactionStatus(const PGconn *conn);
      
     
 
-    pqparameterstatus">
+    PQparameterStatus">
      
       PQparameterStatus
       
@@ -2067,7 +2067,7 @@ const char *PQparameterStatus(const PGconn *conn, const char *paramName);
      
     
 
-    pqprotocolversion">
+    PQprotocolVersion">
      
       PQprotocolVersion
       
@@ -2095,7 +2095,7 @@ int PQprotocolVersion(const PGconn *conn);
      
     
 
-    pqserverversion">
+    PQserverVersion">
      
       PQserverVersion
       
@@ -2139,7 +2139,7 @@ int PQserverVersion(const PGconn *conn);
      
     
 
-    pqerrormessage">
+    PQerrorMessage">
      
       PQerrorMessage
       
@@ -2173,7 +2173,7 @@ char *PQerrorMessage(const PGconn *conn);
      
     
 
-    pqsocket">
+    PQsocket">
      PQsocketPQsocket
      
       
@@ -2191,7 +2191,7 @@ int PQsocket(const PGconn *conn);
      
     
 
-    pqbackendpid">
+    PQbackendPID">
      PQbackendPIDPQbackendPID
      
       
@@ -2218,7 +2218,7 @@ int PQbackendPID(const PGconn *conn);
      
     
 
-    pqconnectionneedspassword">
+    PQconnectionNeedsPassword">
      PQconnectionNeedsPasswordPQconnectionNeedsPassword
      
       
@@ -2238,7 +2238,7 @@ int PQconnectionNeedsPassword(const PGconn *conn);
      
     
 
-    pqconnectionusedpassword">
+    PQconnectionUsedPassword">
      PQconnectionUsedPasswordPQconnectionUsedPassword
      
       
@@ -2264,7 +2264,7 @@ int PQconnectionUsedPassword(const PGconn *conn);
     usually doesn't change after a connection is established.
 
     
-    pqsslinuse">
+    PQsslInUse">
      PQsslInUsePQsslInUse
      
       
@@ -2278,7 +2278,7 @@ int PQsslInUse(const PGconn *conn);
      
     
 
-    pqsslattribute">
+    PQsslAttribute">
      PQsslAttributePQsslAttribute
      
       
@@ -2351,7 +2351,7 @@ const char *PQsslAttribute(const PGconn *conn, const char *attribute_name);
      
     
 
-    pqsslattributenames">
+    PQsslAttributeNames">
      PQsslAttributeNamesPQsslAttributeNames
      
       
@@ -2363,7 +2363,7 @@ const char * const * PQsslAttributeNames(const PGconn *conn);
      
     
 
-    pqsslstruct">
+    PQsslStruct">
      PQsslStructPQsslStruct
      
       
@@ -2404,7 +2404,7 @@ void *PQsslStruct(const PGconn *conn, const char *struct_name);
      
     
 
-    pqgetssl">
+    PQgetssl">
      PQgetsslPQgetssl
      
       
@@ -2447,7 +2447,7 @@ void *PQgetssl(const PGconn *conn);
 
    
     
-     pqexec">
+     PQexec">
       
        PQexec
        
@@ -2495,7 +2495,7 @@ PGresult *PQexec(PGconn *conn, const char *command);
 
    
     
-     pqexecparams">
+     PQexecParams">
       
        PQexecParams
        
@@ -2682,7 +2682,7 @@ SELECT * FROM mytable WHERE x = $1::bigint;
 
    
     
-     pqprepare">
+     PQprepare">
       PQprepare
        
         PQprepare
@@ -2757,7 +2757,7 @@ PGresult *PQprepare(PGconn *conn,
 
    
     
-     pqexecprepared">
+     PQexecPrepared">
       
        PQexecPrepared
        
@@ -2801,7 +2801,7 @@ PGresult *PQexecPrepared(PGconn *conn,
       
      
 
-     pqdescribeprepared">
+     PQdescribePrepared">
       
        PQdescribePrepared
        
@@ -2841,7 +2841,7 @@ PGresult *PQdescribePrepared(PGconn *conn, const char *stmtName);
       
      
 
-     pqdescribeportal">
+     PQdescribePortal">
       
        PQdescribePortal
        
@@ -2894,7 +2894,7 @@ PGresult *PQdescribePortal(PGconn *conn, const char *portalName);
     are subject to change in the future.
 
     
-     pqresultstatus">
+     PQresultStatus">
       
        PQresultStatus
        
@@ -3034,7 +3034,7 @@ ExecStatusType PQresultStatus(const PGresult *res);
       
      
 
-     pqresstatus">
+     PQresStatus">
       
        PQresStatus
        
@@ -3055,7 +3055,7 @@ char *PQresStatus(ExecStatusType status);
       
      
 
-     pqresulterrormessage">
+     PQresultErrorMessage">
       
        PQresultErrorMessage
        
@@ -3093,7 +3093,7 @@ char *PQresultErrorMessage(const PGresult *res);
       
      
 
-     pqresultverboseerrormessage">
+     PQresultVerboseErrorMessage">
       
        PQresultVerboseErrorMessage
        
@@ -3135,7 +3135,7 @@ char *PQresultVerboseErrorMessage(const PGresult *res,
       
      
 
-     pqresulterrorfield">
+     PQresultErrorField">
       PQresultErrorFieldPQresultErrorField
       
        
@@ -3169,7 +3169,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
           
          
 
-         pg-diag-severity-nonlocalized">
+         PG-diag-severity-nonlocalized">
           PG_DIAG_SEVERITY_NONLOCALIZED
           
            
@@ -3409,7 +3409,7 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
       
      
 
-     pqclear">
+     PQclear">
       PQclearPQclear
       
        
@@ -3452,7 +3452,7 @@ void PQclear(PGresult *res);
    
 
    
-    pqntuples">
+    PQntuples">
      
       PQntuples
       
@@ -3475,7 +3475,7 @@ int PQntuples(const PGresult *res);
      
     
 
-    pqnfields">
+    PQnfields">
      
       PQnfields
       
@@ -3495,7 +3495,7 @@ int PQnfields(const PGresult *res);
      
     
 
-    pqfname">
+    PQfname">
      
       PQfname
       
@@ -3522,7 +3522,7 @@ char *PQfname(const PGresult *res,
      
     
 
-    pqfnumber">
+    PQfnumber">
      
       PQfnumber
       
@@ -3563,7 +3563,7 @@ PQfnumber(res, "\"BAR\"")    1
      
     
 
-    pqftable">
+    PQftable">
      
       PQftable
       
@@ -3598,7 +3598,7 @@ Oid PQftable(const PGresult *res,
      
     
 
-    pqftablecol">
+    PQftablecol">
      
       PQftablecol
       
@@ -3625,7 +3625,7 @@ int PQftablecol(const PGresult *res,
      
     
 
-    pqfformat">
+    PQfformat">
      
       PQfformat
       
@@ -3651,7 +3651,7 @@ int PQfformat(const PGresult *res,
      
     
 
-    pqftype">
+    PQftype">
      
       PQftype
       
@@ -3680,7 +3680,7 @@ Oid PQftype(const PGresult *res,
      
     
 
-    pqfmod">
+    PQfmod">
      
       PQfmod
       
@@ -3708,7 +3708,7 @@ int PQfmod(const PGresult *res,
      
     
 
-    pqfsize">
+    PQfsize">
      
       PQfsize
       
@@ -3736,7 +3736,7 @@ int PQfsize(const PGresult *res,
      
     
 
-    pqbinarytuples">
+    PQbinaryTuples">
      
       PQbinaryTuples
       
@@ -3764,7 +3764,7 @@ int PQbinaryTuples(const PGresult *res);
      
     
 
-    pqgetvalue">
+    PQgetvalue">
      
       PQgetvalue
        
@@ -3814,7 +3814,7 @@ char *PQgetvalue(const PGresult *res,
      
     
 
-    pqgetisnull">
+    PQgetisnull">
      
       PQgetisnull
       
@@ -3846,7 +3846,7 @@ int PQgetisnull(const PGresult *res,
      
     
 
-    pqgetlength">
+    PQgetlength">
      
      PQgetlength
      
@@ -3876,7 +3876,7 @@ int PQgetlength(const PGresult *res,
      
     
 
-    pqnparams">
+    PQnparams">
      
       PQnparams
       
@@ -3900,7 +3900,7 @@ int PQnparams(const PGresult *res);
      
     
 
-    pqparamtype">
+    PQparamtype">
      
       PQparamtype
       
@@ -3925,7 +3925,7 @@ Oid PQparamtype(const PGresult *res, int param_number);
      
     
 
-    pqprint">
+    PQprint">
      
       PQprint
       
@@ -3976,7 +3976,7 @@ typedef struct
    
 
    
-    pqcmdstatus">
+    PQcmdStatus">
      
       PQcmdStatus
       
@@ -4003,7 +4003,7 @@ char *PQcmdStatus(PGresult *res);
      
     
 
-    pqcmdtuples">
+    PQcmdTuples">
      
       PQcmdTuples
       
@@ -4037,7 +4037,7 @@ char *PQcmdTuples(PGresult *res);
      
     
 
-    pqoidvalue">
+    PQoidValue">
      
       PQoidValue
       
@@ -4062,7 +4062,7 @@ Oid PQoidValue(const PGresult *res);
      
     
 
-    pqoidstatus">
+    PQoidStatus">
      
       PQoidStatus
       
@@ -4096,7 +4096,7 @@ char *PQoidStatus(const PGresult *res);
    
 
    
-    pqescapeliteral">
+    PQescapeLiteral">
      
       PQescapeLiteral
       
@@ -4160,7 +4160,7 @@ char *PQescapeLiteral(PGconn *conn, const char *str, size_t length);
      
     
 
-    pqescapeidentifier">
+    PQescapeIdentifier">
      
       PQescapeIdentifier
       
@@ -4215,7 +4215,7 @@ char *PQescapeIdentifier(PGconn *conn, const char *str, size_t length);
      
     
 
-    pqescapestringconn">
+    PQescapeStringConn">
      
       PQescapeStringConn
       
@@ -4270,7 +4270,7 @@ size_t PQescapeStringConn(PGconn *conn,
      
     
 
-    pqescapestring">
+    PQescapeString">
      
       PQescapeString
       
@@ -4308,7 +4308,7 @@ size_t PQescapeString (char *to, const char *from, size_t length);
      
     
 
-    pqescapebyteaconn">
+    PQescapeByteaConn">
      
       PQescapeByteaConn
       
@@ -4369,7 +4369,7 @@ unsigned char *PQescapeByteaConn(PGconn *conn,
      
     
 
-    pqescapebytea">
+    PQescapeBytea">
      
       PQescapeBytea
       
@@ -4402,7 +4402,7 @@ unsigned char *PQescapeBytea(const unsigned char *from,
      
     
 
-    pqunescapebytea">
+    PQunescapeBytea">
      
       PQunescapeBytea
       
@@ -4520,7 +4520,7 @@ unsigned char *PQunescapeBytea(const unsigned char *from, size_t *to_length);
    respectively.
 
    
-    pqsendquery">
+    PQsendQuery">
      
       PQsendQuery
       
@@ -4547,7 +4547,7 @@ int PQsendQuery(PGconn *conn, const char *command);
      
     
 
-    pqsendqueryparams">
+    PQsendQueryParams">
      
       PQsendQueryParams
       
@@ -4580,7 +4580,7 @@ int PQsendQueryParams(PGconn *conn,
      
     
 
-    pqsendprepare">
+    PQsendPrepare">
      
       PQsendPrepare
       
@@ -4612,7 +4612,7 @@ int PQsendPrepare(PGconn *conn,
      
     
 
-    pqsendqueryprepared">
+    PQsendQueryPrepared">
      
       PQsendQueryPrepared
       
@@ -4645,7 +4645,7 @@ int PQsendQueryPrepared(PGconn *conn,
      
     
 
-    pqsenddescribeprepared">
+    PQsendDescribePrepared">
      
       PQsendDescribePrepared
       
@@ -4672,7 +4672,7 @@ int PQsendDescribePrepared(PGconn *conn, const char *stmtName);
      
     
 
-    pqsenddescribeportal">
+    PQsendDescribePortal">
      
       PQsendDescribePortal
       
@@ -4699,7 +4699,7 @@ int PQsendDescribePortal(PGconn *conn, const char *portalName);
      
     
 
-    pqgetresult">
+    PQgetResult">
      
       PQgetResult
       
@@ -4777,7 +4777,7 @@ PGresult *PQgetResult(PGconn *conn);
    use of two more functions:
 
    
-    pqconsumeinput">
+    PQconsumeInput">
      
       PQconsumeInput
       
@@ -4817,7 +4817,7 @@ int PQconsumeInput(PGconn *conn);
      
     
 
-    pqisbusy">
+    PQisBusy">
      
       PQisBusy
       
@@ -4886,7 +4886,7 @@ int PQisBusy(PGconn *conn);
    can be used.
 
    
-    pqsetnonblocking">
+    PQsetnonblocking">
      
       PQsetnonblocking
       
@@ -4923,7 +4923,7 @@ int PQsetnonblocking(PGconn *conn, int arg);
      
     
 
-    pqisnonblocking">
+    PQisnonblocking">
      
       PQisnonblocking
       
@@ -4946,7 +4946,7 @@ int PQisnonblocking(const PGconn *conn);
      
     
 
-    pqflush">
+    PQflush">
      
       PQflush
        
@@ -5029,7 +5029,7 @@ int PQflush(PGconn *conn);
 
   
    
-    pqsetsinglerowmode">
+    PQsetSingleRowMode">
      
       PQsetSingleRowMode
       
@@ -5093,7 +5093,7 @@ int PQsetSingleRowMode(PGconn *conn);
    this section.
 
    
-    pqgetcancel">
+    PQgetCancel">
      
       PQgetCancel
       
@@ -5123,7 +5123,7 @@ PGcancel *PQgetCancel(PGconn *conn);
      
     
 
-    pqfreecancel">
+    PQfreeCancel">
      
       PQfreeCancel
       
@@ -5146,7 +5146,7 @@ void PQfreeCancel(PGcancel *cancel);
      
     
 
-    pqcancel">
+    PQcancel">
      
       PQcancel
       
@@ -5192,7 +5192,7 @@ int PQcancel(PGcancel *cancel, char *errbuf, int errbufsize);
    
 
    
-    pqrequestcancel">
+    PQrequestCancel">
      
       PQrequestCancel
       
@@ -5471,7 +5471,7 @@ typedef struct pgNotify
    that are also used in connection with query results:
 
    
-    pqnfields-1">
+    PQnfields-1">
      
       PQnfields
       
@@ -5487,7 +5487,7 @@ typedef struct pgNotify
      
     
 
-    pqbinarytuples-1">
+    PQbinaryTuples-1">
      
       PQbinaryTuples
       
@@ -5506,7 +5506,7 @@ typedef struct pgNotify
      
     
 
-    pqfformat-1">
+    PQfformat-1">
      
       PQfformat
       
@@ -5547,7 +5547,7 @@ typedef struct pgNotify
    
 
    
-    pqputcopydata">
+    PQputCopyData">
      
       PQputCopyData
       
@@ -5586,7 +5586,7 @@ int PQputCopyData(PGconn *conn,
      
     
 
-    pqputcopyend">
+    PQputCopyEnd">
      
       PQputCopyEnd
       
@@ -5652,7 +5652,7 @@ int PQputCopyEnd(PGconn *conn,
    
 
    
-    pqgetcopydata">
+    PQgetCopyData">
      
       PQgetCopyData
       
@@ -5729,7 +5729,7 @@ int PQgetCopyData(PGconn *conn,
    
 
    
-    pqgetline">
+    PQgetline">
      
       PQgetline
       
@@ -5768,7 +5768,7 @@ int PQgetline(PGconn *conn,
      
     
 
-    pqgetlineasync">
+    PQgetlineAsync">
      
       PQgetlineAsync
       
@@ -5827,7 +5827,7 @@ int PQgetlineAsync(PGconn *conn,
      
     
 
-    pqputline">
+    PQputline">
      
       PQputline
       
@@ -5868,7 +5868,7 @@ int PQputline(PGconn *conn,
      
     
 
-    pqputnbytes">
+    PQputnbytes">
      
       PQputnbytes
       
@@ -5895,7 +5895,7 @@ int PQputnbytes(PGconn *conn,
      
     
 
-    pqendcopy">
+    PQendcopy">
      
       PQendcopy
       
@@ -5960,7 +5960,7 @@ int PQendcopy(PGconn *conn);
   
 
   
-   pqclientencoding">
+   PQclientEncoding">
     
      PQclientEncoding
      
@@ -5987,7 +5987,7 @@ char *pg_encoding_to_char(int encoding_id);
     
    
 
-   pqsetclientencoding">
+   PQsetClientEncoding">
     
      PQsetClientEncoding
      
@@ -6011,7 +6011,7 @@ int PQsetClientEncoding(PGconn *conn, const char *
     
    
 
-   pqseterrorverbosity">
+   PQsetErrorVerbosity">
     
      PQsetErrorVerbosity
      
@@ -6058,7 +6058,7 @@ PGVerbosity PQsetErrorVerbosity(PGconn *conn, PGVerbosity verbosity);
     
    
 
-   pqseterrorcontextvisibility">
+   PQsetErrorContextVisibility">
     
      PQsetErrorContextVisibility
      
@@ -6106,7 +6106,7 @@ PGContextVisibility PQsetErrorContextVisibility(PGconn *conn, PGContextVisibilit
     
    
 
-   pqtrace">
+   PQtrace">
     
      PQtrace
      
@@ -6136,7 +6136,7 @@ void PQtrace(PGconn *conn, FILE *stream);
     
    
 
-   pquntrace">
+   PQuntrace">
     
      PQuntrace
      
@@ -6165,7 +6165,7 @@ void PQuntrace(PGconn *conn);
   
 
   
-   pqfreemem">
+   PQfreemem">
     
      PQfreemem
      
@@ -6198,7 +6198,7 @@ void PQfreemem(void *ptr);
     
    
 
-   pqconninfofree">
+   PQconninfoFree">
     
      PQconninfoFree
      
@@ -6222,7 +6222,7 @@ void PQconninfoFree(PQconninfoOption *connOptions);
     
    
 
-   pqencryptpasswordconn">
+   PQencryptPasswordConn">
     
      PQencryptPasswordConn
      
@@ -6276,7 +6276,7 @@ char *PQencryptPasswordConn(PGconn *conn, const char *passwd, const char *user,
     
    
 
-   pqencryptpassword">
+   PQencryptPassword">
     
      PQencryptPassword
      
@@ -6299,7 +6299,7 @@ char *PQencryptPassword(const char *passwd, const char *user);
     
    
 
-   pqmakeemptypgresult">
+   PQmakeEmptyPGresult">
     
      PQmakeEmptyPGresult
      
@@ -6336,7 +6336,7 @@ PGresult *PQmakeEmptyPGresult(PGconn *conn, ExecStatusType status);
     
    
 
-   pqfireresultcreateevents">
+   PQfireResultCreateEvents">
     
      PQfireResultCreateEvents
      
@@ -6376,7 +6376,7 @@ int PQfireResultCreateEvents(PGconn *conn, PGresult *res);
     
    
 
-   pqcopyresult">
+   PQcopyResult">
     
      PQcopyResult
      
@@ -6415,7 +6415,7 @@ PGresult *PQcopyResult(const PGresult *src, int flags);
     
    
 
-   pqsetresultattrs">
+   PQsetResultAttrs">
     
      PQsetResultAttrs
      
@@ -6443,7 +6443,7 @@ int PQsetResultAttrs(PGresult *res, int numAttributes, PGresAttDesc *attDescs);
     
    
 
-   pqsetvalue">
+   PQsetvalue">
     
      PQsetvalue
      
@@ -6477,7 +6477,7 @@ int PQsetvalue(PGresult *res, int tup_num, int field_num, char *value, int len);
     
    
 
-   pqresultalloc">
+   PQresultAlloc">
     
      PQresultAlloc
      
@@ -6503,7 +6503,7 @@ void *PQresultAlloc(PGresult *res, size_t nBytes);
     
    
 
-   pqresultmemorysize">
+   PQresultMemorySize">
     
      PQresultMemorySize
      
@@ -6529,7 +6529,7 @@ size_t PQresultMemorySize(const PGresult *res);
     
    
 
-   pqlibversion">
+   PQlibVersion">
     
      PQlibVersion
      
@@ -6945,7 +6945,7 @@ typedef struct
    Event Callback Procedure
 
    
-    pgeventproc">
+    PGEventProc">
      
       PGEventProc
       
@@ -7000,7 +7000,7 @@ int eventproc(PGEventId evtId, void *evtInfo, void *passThrough)
    Event Support Functions
 
     
-    pqregistereventproc">
+    PQregisterEventProc">
      
       PQregisterEventProc
       
@@ -7040,7 +7040,7 @@ int PQregisterEventProc(PGconn *conn, PGEventProc proc,
      
     
 
-    pqsetinstancedata">
+    PQsetInstanceData">
      
       PQsetInstanceData
       
@@ -7062,7 +7062,7 @@ int PQsetInstanceData(PGconn *conn, PGEventProc proc, void *data);
      
     
 
-    pqinstancedata">
+    PQinstanceData">
      
       PQinstanceData
       
@@ -7083,7 +7083,7 @@ void *PQinstanceData(const PGconn *conn, PGEventProc proc);
      
     
 
-    pqresultsetinstancedata">
+    PQresultSetInstanceData">
      
       PQresultSetInstanceData
       
@@ -7113,7 +7113,7 @@ int PQresultSetInstanceData(PGresult *res, PGEventProc proc, void *data);
      
     
 
-    pqresultinstancedata">
+    PQresultInstanceData">
      
       PQresultInstanceData
       
@@ -8232,7 +8232,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
 
   
    
-    pqinitopenssl">
+    PQinitOpenSSL">
      
       PQinitOpenSSL
       
@@ -8268,7 +8268,7 @@ void PQinitOpenSSL(int do_ssl, int do_crypto);
      
     
 
-    pqinitssl">
+    PQinitSSL">
      
       PQinitSSL
       
@@ -8327,7 +8327,7 @@ void PQinitSSL(int do_ssl);
   
 
   
-   pqisthreadsafe">
+   PQisthreadsafe">
     
      PQisthreadsafe