diff options
author | Peter Eisentraut | 2016-06-07 14:38:48 +0000 |
---|---|---|
committer | Peter Eisentraut | 2016-06-07 14:41:20 +0000 |
commit | 552346c5502ed93bb97e171f7206ea96f4de3a15 (patch) | |
tree | 93e97582c398f25b6fbf94b395de661c5065f0ae | |
parent | 298706de2692e3add3cfef2ac02e27f8f237785f (diff) |
doc: Refer to table by id
-rw-r--r-- | doc/src/sgml/ref/pgbench.sgml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index 7c9d8ea44f2..50a14f67f3a 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -778,7 +778,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</> </para> <table id="pgbench-automatic-variables"> - <title>Automatic variables</title> + <title>Automatic Variables</title> <tgroup cols="2"> <thead> <row> @@ -912,14 +912,14 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</> <refsect2 id="pgbench-builtin-functions"> <title>Built-In Functions</title> - <para> - The following functions are built into <application>pgbench</> and - may be used in expressions appearing in - <link linkend="pgbench-metacommand-set"><literal>\set</literal></link>. - </para> + <para> + The functions listed in <xref linkend="pgbench-functions"> are built + into <application>pgbench</> and may be used in expressions appearing in + <link linkend="pgbench-metacommand-set"><literal>\set</literal></link>. + </para> <!-- list pgbench functions in alphabetical order --> - <table> + <table id="pgbench-functions"> <title>pgbench Functions</title> <tgroup cols="5"> <thead> |