Correct physical limit for SQL statements [CR 486412]

Table 8-1 in Chapter 8, “Physical Limitations” contained an incorrect limit description for the maximum length of SQL statement.

The corrected content reads:

The maximum length of SQL statements is limited to the amount of memory available for the IQ catalog and to the size of the catalog stack.

If your SQL statements are long, increase the catalog stack size using -gss and increase catalog memory cache size using -c or the combination of -ch plus -cl.

When printing the SQL statement in error messages, the text is limited to the IQ catalog page size. To print long commands, you can start the server with an increased -gp setting, although the default of -gp 4096 should generally be used.

This correction will appear in the next release of the Sybase IQ documentation.