mirror of https://github.com/postgres/postgres
Remove extraneous end tag. Code now compiles cleanly.
This commit is contained in:
parent
acaa064fa8
commit
215935daa3
|
@ -1062,13 +1062,13 @@ struct {
|
||||||
char **fieldName; /* null terminated array of replacement field names */
|
char **fieldName; /* null terminated array of replacement field names */
|
||||||
} PQprintOpt;
|
} PQprintOpt;
|
||||||
</synopsis>
|
</synopsis>
|
||||||
|
|
||||||
This function was formerly used by <application>psql</application>
|
This function was formerly used by <application>psql</application>
|
||||||
to print query results, but this is no longer the case and this
|
to print query results, but this is no longer the case and this
|
||||||
function is no longer supported.
|
function is no longer supported.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
</listitem>
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<function>PQclear</function>
|
<function>PQclear</function>
|
||||||
|
|
Loading…
Reference in New Issue