mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Fix obsolete description of PGnotify struct.
This commit is contained in:
parent
8f60f43f2e
commit
b356b969ef
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$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">
|
<chapter id="libpq">
|
||||||
@ -1653,9 +1653,8 @@ messages can be detected by calling <function>PQnotifies</function>.
|
|||||||
PGnotify* PQnotifies(PGconn *conn);
|
PGnotify* PQnotifies(PGconn *conn);
|
||||||
|
|
||||||
typedef struct pgNotify {
|
typedef struct pgNotify {
|
||||||
char relname[NAMEDATALEN]; /* name of relation
|
char *relname; /* name of relation containing data */
|
||||||
* containing data */
|
int be_pid; /* process id of backend */
|
||||||
int be_pid; /* process id of backend */
|
|
||||||
} PGnotify;
|
} PGnotify;
|
||||||
</synopsis>
|
</synopsis>
|
||||||
After processing a <structname>PGnotify</structname> object returned by <function>PQnotifies</function>,
|
After processing a <structname>PGnotify</structname> object returned by <function>PQnotifies</function>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user