Commit 768b647e authored by Tom Lane's avatar Tom Lane

Now that I look, table 8-1 has some other marginal misstatements in it.

If we're going to put brackets around optional precision specs in some
entries, we'd better do it in all.
parent f6279e9e
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.148 2004/09/18 15:28:03 tgl Exp $ $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.149 2004/09/20 04:19:50 tgl Exp $
--> -->
<chapter id="datatype"> <chapter id="datatype">
...@@ -56,14 +56,14 @@ $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.148 2004/09/18 15:28:03 tgl Ex ...@@ -56,14 +56,14 @@ $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.148 2004/09/18 15:28:03 tgl Ex
</row> </row>
<row> <row>
<entry><type>bit</type></entry> <entry><type>bit [ (<replaceable>n</replaceable>) ]</type></entry>
<entry></entry> <entry></entry>
<entry>fixed-length bit string</entry> <entry>fixed-length bit string</entry>
</row> </row>
<row> <row>
<entry><type>bit varying(<replaceable>n</replaceable>)</type></entry> <entry><type>bit varying [ (<replaceable>n</replaceable>) ]</type></entry>
<entry><type>varbit(<replaceable>n</replaceable>)</type></entry> <entry><type>varbit</type></entry>
<entry>variable-length bit string</entry> <entry>variable-length bit string</entry>
</row> </row>
...@@ -86,14 +86,14 @@ $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.148 2004/09/18 15:28:03 tgl Ex ...@@ -86,14 +86,14 @@ $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.148 2004/09/18 15:28:03 tgl Ex
</row> </row>
<row> <row>
<entry><type>character varying(<replaceable>n</replaceable>)</type></entry> <entry><type>character varying [ (<replaceable>n</replaceable>) ]</type></entry>
<entry><type>varchar(<replaceable>n</replaceable>)</type></entry> <entry><type>varchar [ (<replaceable>n</replaceable>) ]</type></entry>
<entry>variable-length character string</entry> <entry>variable-length character string</entry>
</row> </row>
<row> <row>
<entry><type>character(<replaceable>n</replaceable>)</type></entry> <entry><type>character [ (<replaceable>n</replaceable>) ]</type></entry>
<entry><type>char(<replaceable>n</replaceable>)</type></entry> <entry><type>char [ (<replaceable>n</replaceable>) ]</type></entry>
<entry>fixed-length character string</entry> <entry>fixed-length character string</entry>
</row> </row>
...@@ -134,7 +134,7 @@ $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.148 2004/09/18 15:28:03 tgl Ex ...@@ -134,7 +134,7 @@ $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.148 2004/09/18 15:28:03 tgl Ex
</row> </row>
<row> <row>
<entry><type>interval(<replaceable>p</replaceable>)</type></entry> <entry><type>interval [ (<replaceable>p</replaceable>) ]</type></entry>
<entry></entry> <entry></entry>
<entry>time span</entry> <entry>time span</entry>
</row> </row>
...@@ -174,7 +174,7 @@ $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.148 2004/09/18 15:28:03 tgl Ex ...@@ -174,7 +174,7 @@ $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.148 2004/09/18 15:28:03 tgl Ex
<row> <row>
<entry><type>path</type></entry> <entry><type>path</type></entry>
<entry></entry> <entry></entry>
<entry>open and closed geometric path in the plane</entry> <entry>open or closed geometric path in the plane</entry>
</row> </row>
<row> <row>
...@@ -227,7 +227,7 @@ $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.148 2004/09/18 15:28:03 tgl Ex ...@@ -227,7 +227,7 @@ $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.148 2004/09/18 15:28:03 tgl Ex
<row> <row>
<entry><type>timestamp [ (<replaceable>p</replaceable>) ] [ without time zone ]</type></entry> <entry><type>timestamp [ (<replaceable>p</replaceable>) ] [ without time zone ]</type></entry>
<entry><type>timestamp</type></entry> <entry><type></type></entry>
<entry>date and time</entry> <entry>date and time</entry>
</row> </row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment