|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.39 2009/06/10 07:03:34 petere Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.40 2009/07/07 18:23:13 petere Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="information-schema">
|
4 | 4 | <title>The Information Schema</title>
|
|
343 | 343 | <entry><type>cardinal_number</type></entry>
|
344 | 344 | <entry>
|
345 | 345 | If <literal>data_type</literal> identifies a character type,
|
346 |
| - the maximum possible length in octets (bytes) of a datum (this |
347 |
| - should not be of concern to |
348 |
| - <productname>PostgreSQL</productname> users); null for all |
349 |
| - other data types. |
| 346 | + the maximum possible length in octets (bytes) of a datum; null |
| 347 | + for all other data types. The maximum octet length depends on |
| 348 | + the declared character maximum length (see above) and the |
| 349 | + server encoding. |
350 | 350 | </entry>
|
351 | 351 | </row>
|
352 | 352 |
|
|
947 | 947 | <entry><type>cardinal_number</type></entry>
|
948 | 948 | <entry>
|
949 | 949 | If <literal>data_type</literal> identifies a character type,
|
950 |
| - the maximum possible length in octets (bytes) of a datum (this |
951 |
| - should not be of concern to <productname>PostgreSQL</productname> users); null for all |
952 |
| - other data types. |
| 950 | + the maximum possible length in octets (bytes) of a datum; null |
| 951 | + for all other data types. The maximum octet length depends on |
| 952 | + the declared character maximum length (see above) and the |
| 953 | + server encoding. |
953 | 954 | </entry>
|
954 | 955 | </row>
|
955 | 956 |
|
|
1688 | 1689 | <entry><type>cardinal_number</type></entry>
|
1689 | 1690 | <entry>
|
1690 | 1691 | If the domain has a character type, the maximum possible length
|
1691 |
| - in octets (bytes) of a datum (this should not be of concern to |
1692 |
| - <productname>PostgreSQL</productname> users); null for all |
1693 |
| - other data types. |
| 1692 | + in octets (bytes) of a datum; null for all other data types. |
| 1693 | + The maximum octet length depends on the declared character |
| 1694 | + maximum length (see above) and the server encoding. |
1694 | 1695 | </entry>
|
1695 | 1696 | </row>
|
1696 | 1697 |
|
|
0 commit comments