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

Remove tabs from SGML files.

This commit is contained in:
Bruce Momjian
2007-11-11 14:23:18 +00:00
parent 554683f9a1
commit 6b8cc88268
13 changed files with 92 additions and 92 deletions

View File

@@ -107,39 +107,39 @@
<tbody>
<row>
<entry>n</entry>
<entry>[0-9]+</entry>
<entry>[0-9]+</entry>
</row>
<row>
<entry>i</entry>
<entry>nteger [+-]?{n}</entry>
<entry>nteger [+-]?{n}</entry>
</row>
<row>
<entry>real</entry>
<entry>[+-]?({n}\.{n}?|\.{n})</entry>
<entry>[+-]?({n}\.{n}?|\.{n})</entry>
</row>
<row>
<entry>FLOAT</entry>
<entry>({integer}|{real})([eE]{integer})?</entry>
<entry>({integer}|{real})([eE]{integer})?</entry>
</row>
<row>
<entry>O_BRACKET</entry>
<entry>\[</entry>
<entry>O_BRACKET</entry>
<entry>\[</entry>
</row>
<row>
<entry>C_BRACKET</entry>
<entry>\]</entry>
<entry>\]</entry>
</row>
<row>
<entry>O_PAREN</entry>
<entry>\(</entry>
<entry>\(</entry>
</row>
<row>
<entry>C_PAREN</entry>
<entry>\)</entry>
<entry>\)</entry>
</row>
<row>
<entry>COMMA</entry>
<entry>\,</entry>
<entry>\,</entry>
</row>
</tbody>
</tgroup>
@@ -280,28 +280,28 @@ numbers with more than about 16 significant digits will be truncated.
</para>
<programlisting>
a = b Same as
a = b Same as
</programlisting>
<para>
The cubements a and b are identical.
</para>
<programlisting>
a && b Overlaps
a && b Overlaps
</programlisting>
<para>
The cubements a and b overlap.
</para>
<programlisting>
a @> b Contains
a @> b Contains
</programlisting>
<para>
The cubement a contains the cubement b.
</para>
<programlisting>
a <@ b Contained in
a <@ b Contained in
</programlisting>
<para>
The cubement a is contained in b.
@@ -326,8 +326,8 @@ a <@ b Contained in
</para>
<programlisting>
[a, b] < [c, d] Less than
[a, b] > [c, d] Greater than
[a, b] < [c, d] Less than
[a, b] > [c, d] Greater than
</programlisting>
<para>