diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-01-21 19:05:59 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-01-21 19:05:59 +0000 |
commit | 27959dd746114cbd7e512e20273f9d6922511266 (patch) | |
tree | 65360cdc1b8eabcfa539404a95514872abe0faf9 | |
parent | c89a0dd3bb2c1ab5d375335fee1af523e73f79cb (diff) | |
download | postgresql-27959dd746114cbd7e512e20273f9d6922511266.tar.gz postgresql-27959dd746114cbd7e512e20273f9d6922511266.zip |
Fix broken markup.
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index aee68c2f893..d9fd64fdfc9 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1,6 +1,6 @@ <!-- Documentation of the system catalogs, directed toward PostgreSQL developers - $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.118 2006/01/18 06:49:25 neilc Exp $ + $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.119 2006/01/21 19:05:59 tgl Exp $ --> <chapter id="catalogs"> @@ -4463,6 +4463,8 @@ <para> via the Server Programming Interface (SPI), as described in <xref linkend="spi-interface"> + </para> + </listitem> </itemizedlist> The <structname>pg_cursors</structname> view displays cursors |