Skip to content
Snippets Groups Projects
Commit b356b969 authored by Tom Lane's avatar Tom Lane
Browse files

Fix obsolete description of PGnotify struct.

parent 8f60f43f
No related branches found
No related tags found
No related merge requests found
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.93 2002/08/17 12:33:17 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.94 2002/09/02 20:21:32 tgl Exp $
-->
<chapter id="libpq">
......@@ -1653,8 +1653,7 @@ messages can be detected by calling <function>PQnotifies</function>.
PGnotify* PQnotifies(PGconn *conn);
typedef struct pgNotify {
char relname[NAMEDATALEN]; /* name of relation
* containing data */
char *relname; /* name of relation containing data */
int be_pid; /* process id of backend */
} PGnotify;
</synopsis>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment