diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 7f01fcc148..73c9cec8ff 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -256,8 +256,8 @@ PGconn *PQsetdb(char *pghost, PQconnectStartParamsPQconnectStartParams - PQconnectStartPQconnectStart - PQconnectPollPQconnectPoll + PQconnectStartPQconnectStart + PQconnectPollPQconnectPoll nonblocking connection @@ -652,7 +652,7 @@ void PQreset(PGconn *conn); PQresetStartPQresetStart - PQresetPollPQresetPoll + PQresetPollPQresetPoll Reset the communication channel to the server, in a nonblocking manner. @@ -5249,7 +5249,7 @@ int PQrequestCancel(PGconn *conn); - + The function PQfnPQfn requests execution of a server function via the fast-path interface: @@ -5340,7 +5340,7 @@ typedef struct be passed to communicate additional data to the listeners. - + libpq applications submit LISTEN, UNLISTEN, and NOTIFY commands as @@ -6621,11 +6621,11 @@ int PQlibVersion(void); - The function PQsetNoticeReceiver + The function PQsetNoticeReceiver notice receiver PQsetNoticeReceiver sets or examines the current notice receiver for a connection object. - Similarly, PQsetNoticeProcessor + Similarly, PQsetNoticeProcessor notice processor PQsetNoticeProcessor sets or examines the current notice processor.