Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo on the temp_store_directory pragma documentation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
40fa307f4eb2d9fe56a1068683856605 |
User & Date: | drh 2010-07-13 14:50:15.000 |
Context
2010-07-13
| ||
16:51 | Enhancements to the ext3 barrier problem description in lockingv3.html. (check-in: a1de10679b user: drh tags: trunk) | |
14:50 | Fix a typo on the temp_store_directory pragma documentation. (check-in: 40fa307f4e user: drh tags: trunk) | |
13:57 | Updates to the lockingv3.html document. (check-in: c354e08449 user: drh tags: trunk) | |
Changes
Changes to pages/pragma.in.
︙ | ︙ | |||
789 790 791 792 793 794 795 | <p>The value <i>directory-name</i> should be enclosed in single quotes. ^(To revert the directory to the default, set the <i>directory-name</i> to an empty string, e.g., <i>PRAGMA temp_store_directory = ''</i>.)^ ^An error is raised if <i>directory-name</i> is not found or is not writable. </p> <p>The default directory for temporary files depends on the OS. Some | | | 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 | <p>The value <i>directory-name</i> should be enclosed in single quotes. ^(To revert the directory to the default, set the <i>directory-name</i> to an empty string, e.g., <i>PRAGMA temp_store_directory = ''</i>.)^ ^An error is raised if <i>directory-name</i> is not found or is not writable. </p> <p>The default directory for temporary files depends on the OS. Some OS interfaces may choose to ignore this variable and place temporary files in some other directory different from the directory specified here. In that sense, this pragma is only advisory.</p> } Pragma collation_list { <p>^(<b>PRAGMA collation_list;</b></p> <p>Return a list of the collating sequences defined for the current |
︙ | ︙ |