mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
doc: Refer to table by id
This commit is contained in:
@ -778,7 +778,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<table id="pgbench-automatic-variables">
|
<table id="pgbench-automatic-variables">
|
||||||
<title>Automatic variables</title>
|
<title>Automatic Variables</title>
|
||||||
<tgroup cols="2">
|
<tgroup cols="2">
|
||||||
<thead>
|
<thead>
|
||||||
<row>
|
<row>
|
||||||
@ -912,14 +912,14 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
|
|||||||
<refsect2 id="pgbench-builtin-functions">
|
<refsect2 id="pgbench-builtin-functions">
|
||||||
<title>Built-In Functions</title>
|
<title>Built-In Functions</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The following functions are built into <application>pgbench</> and
|
The functions listed in <xref linkend="pgbench-functions"> are built
|
||||||
may be used in expressions appearing in
|
into <application>pgbench</> and may be used in expressions appearing in
|
||||||
<link linkend="pgbench-metacommand-set"><literal>\set</literal></link>.
|
<link linkend="pgbench-metacommand-set"><literal>\set</literal></link>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- list pgbench functions in alphabetical order -->
|
<!-- list pgbench functions in alphabetical order -->
|
||||||
<table>
|
<table id="pgbench-functions">
|
||||||
<title>pgbench Functions</title>
|
<title>pgbench Functions</title>
|
||||||
<tgroup cols="5">
|
<tgroup cols="5">
|
||||||
<thead>
|
<thead>
|
||||||
|
Reference in New Issue
Block a user