~ubuntu-branches/ubuntu/lucid/postgresql-8.4/lucid-proposed

« back to all changes in this revision

Viewing changes to doc/src/sgml/cube.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-07-11 16:59:35 UTC
  • mfrom: (5.1.1 karmic)
  • Revision ID: james.westby@ubuntu.com-20090711165935-jfwin6gfrxf0gfsi
Tags: 8.4.0-2
* debian/libpq-dev.install: Ship catalog/genbki.h. (Closes: #536139)
* debian/rules: Drop --enable-cassert for final release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- $PostgreSQL: pgsql/doc/src/sgml/cube.sgml,v 1.5 2007/12/06 04:12:09 tgl Exp $ -->
 
1
<!-- $PostgreSQL: pgsql/doc/src/sgml/cube.sgml,v 1.6 2009/05/18 11:08:24 petere Exp $ -->
2
2
 
3
3
<sect1 id="cube">
4
4
 <title>cube</title>
16
16
  <title>Syntax</title>
17
17
 
18
18
  <para>
19
 
   The following are valid external representations for the <type>cube</>
20
 
   type.  <replaceable>x</>, <replaceable>y</>, etc denote floating-point
21
 
   numbers:
 
19
   <xref linkend="cube-repr-table"> shows the valid external
 
20
   representations for the <type>cube</>
 
21
   type.  <replaceable>x</>, <replaceable>y</>, etc. denote
 
22
   floating-point numbers.
22
23
  </para>
23
24
 
24
 
  <table>
 
25
  <table id="cube-repr-table">
25
26
   <title>Cube external representations</title>
26
27
   <tgroup cols="2">
27
28
    <tbody>
159
160
  </para>
160
161
 
161
162
  <para>
162
 
   The following functions are available:
 
163
   <xref linkend="cube-functions-table"> shows the available functions.
163
164
  </para>
164
165
 
165
 
  <table>
 
166
  <table id="cube-functions-table">
166
167
   <title>Cube functions</title>
167
168
   <tgroup cols="2">
168
169
    <tbody>