1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

Refer to tables by id, not by "the following table", because tables are in

theory floating elements.
This commit is contained in:
Peter Eisentraut
2009-05-18 11:08:24 +00:00
parent 263144140f
commit 9c4c70321d
10 changed files with 58 additions and 58 deletions

View File

@@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/cube.sgml,v 1.5 2007/12/06 04:12:09 tgl Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/cube.sgml,v 1.6 2009/05/18 11:08:24 petere Exp $ -->
<sect1 id="cube">
<title>cube</title>
@@ -16,12 +16,13 @@
<title>Syntax</title>
<para>
The following are valid external representations for the <type>cube</>
type. <replaceable>x</>, <replaceable>y</>, etc denote floating-point
numbers:
<xref linkend="cube-repr-table"> shows the valid external
representations for the <type>cube</>
type. <replaceable>x</>, <replaceable>y</>, etc. denote
floating-point numbers.
</para>
<table>
<table id="cube-repr-table">
<title>Cube external representations</title>
<tgroup cols="2">
<tbody>
@@ -159,10 +160,10 @@ a &lt;@ b Contained in
</para>
<para>
The following functions are available:
<xref linkend="cube-functions-table"> shows the available functions.
</para>
<table>
<table id="cube-functions-table">
<title>Cube functions</title>
<tgroup cols="2">
<tbody>