Commit d23a3a60 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Fix broken links in FOP build

FOP doesn't handle links to table rows, so put the link to a cell
instead.
parent f3b5565d
...@@ -17260,8 +17260,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); ...@@ -17260,8 +17260,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
</entry> </entry>
</row> </row>
<row id="pg-replication-origin-create"> <row>
<entry> <entry id="pg-replication-origin-create">
<indexterm> <indexterm>
<primary>pg_replication_origin_create</primary> <primary>pg_replication_origin_create</primary>
</indexterm> </indexterm>
...@@ -17276,8 +17276,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); ...@@ -17276,8 +17276,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
</entry> </entry>
</row> </row>
<row id="pg-replication-origin-drop"> <row>
<entry> <entry id="pg-replication-origin-drop">
<indexterm> <indexterm>
<primary>pg_replication_origin_drop</primary> <primary>pg_replication_origin_drop</primary>
</indexterm> </indexterm>
...@@ -17308,8 +17308,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); ...@@ -17308,8 +17308,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
</entry> </entry>
</row> </row>
<row id="pg-replication-origin-session-setup"> <row>
<entry> <entry id="pg-replication-origin-session-setup">
<indexterm> <indexterm>
<primary>pg_replication_origin_session_setup</primary> <primary>pg_replication_origin_session_setup</primary>
</indexterm> </indexterm>
...@@ -17357,8 +17357,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); ...@@ -17357,8 +17357,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
</entry> </entry>
</row> </row>
<row id="pg-replication-origin-session-progress"> <row>
<entry> <entry id="pg-replication-origin-session-progress">
<indexterm> <indexterm>
<primary>pg_replication_origin_session_progress</primary> <primary>pg_replication_origin_session_progress</primary>
</indexterm> </indexterm>
...@@ -17375,8 +17375,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); ...@@ -17375,8 +17375,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
</entry> </entry>
</row> </row>
<row id="pg-replication-origin-xact-setup"> <row>
<entry> <entry id="pg-replication-origin-xact-setup">
<indexterm> <indexterm>
<primary>pg_replication_origin_xact_setup</primary> <primary>pg_replication_origin_xact_setup</primary>
</indexterm> </indexterm>
...@@ -17394,8 +17394,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); ...@@ -17394,8 +17394,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
</entry> </entry>
</row> </row>
<row id="pg-replication-origin-xact-reset"> <row>
<entry> <entry id="pg-replication-origin-xact-reset">
<indexterm> <indexterm>
<primary>pg_replication_origin_xact_reset</primary> <primary>pg_replication_origin_xact_reset</primary>
</indexterm> </indexterm>
...@@ -17429,8 +17429,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); ...@@ -17429,8 +17429,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
</entry> </entry>
</row> </row>
<row id="pg-replication-origin-progress"> <row>
<entry> <entry id="pg-replication-origin-progress">
<indexterm> <indexterm>
<primary>pg_replication_origin_progress</primary> <primary>pg_replication_origin_progress</primary>
</indexterm> </indexterm>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment