1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-21 16:02:15 +03:00

Minor SGML work: add some more hyperlinks, where appropriate.

This commit is contained in:
Neil Conway
2006-02-26 03:20:46 +00:00
parent 4d39c6bcf5
commit c5e0415a28
5 changed files with 23 additions and 18 deletions

View File

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/commit_prepared.sgml,v 1.1 2005/06/17 22:32:42 tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/commit_prepared.sgml,v 1.2 2006/02/26 03:20:46 neilc Exp $
PostgreSQL documentation
-->
@ -65,7 +65,8 @@ COMMIT PREPARED <replaceable class="PARAMETER">transaction_id</replaceable>
<para>
All currently available prepared transactions are listed in the
<structname>pg_prepared_xacts</> system view.
<link linkend="view-pg-prepared-xacts"><structname>pg_prepared_xacts</structname></link>
system view.
</para>
</refsect1>