|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.97 2002/08/05 19:43:30 petere Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.98 2002/08/13 20:40:43 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="datatype">
|
@@ -914,7 +914,7 @@ SELECT b, char_length(b) FROM test2;
|
914 | 914 | <productname>PostgreSQL</productname>. The <type>name</type> type
|
915 | 915 | exists <emphasis>only</emphasis> for storage of internal catalog
|
916 | 916 | names and is not intended for use by the general user. Its length
|
917 |
| - is currently defined as32 bytes (31 usable characters plus terminator) |
| 917 | + is currently defined as64 bytes (63 usable characters plus terminator) |
918 | 918 | but should be referenced using the macro
|
919 | 919 | <symbol>NAMEDATALEN</symbol>. The length is set at compile time
|
920 | 920 | (and is therefore adjustable for special uses); the default
|
@@ -943,8 +943,8 @@ SELECT b, char_length(b) FROM test2;
|
943 | 943 | </row>
|
944 | 944 | <row>
|
945 | 945 | <entry>name</entry>
|
946 |
| -<entry>32 bytes</entry> |
947 |
| -<entry>Thirty-one character internal type</entry> |
| 946 | +<entry>64 bytes</entry> |
| 947 | +<entry>Sixty-three character internal type</entry> |
948 | 948 | </row>
|
949 | 949 | </tbody>
|
950 | 950 | </tgroup>
|
|