Mercurial > sqlpython
diff docs/source/capabilities.rst @ 329:3efffbf7481f
fixed bug in assigning 0, null to bind vars
author | Catherine Devlin <catherine.devlin@gmail.com> |
---|---|
date | Mon, 06 Apr 2009 14:45:05 -0400 |
parents | dd7b3e4b58dd |
children | 80a1976decf2 2fd766784ff2 |
line wrap: on
line diff
--- a/docs/source/capabilities.rst Fri Apr 03 13:09:59 2009 -0400 +++ b/docs/source/capabilities.rst Mon Apr 06 14:45:05 2009 -0400 @@ -104,9 +104,10 @@ \\h HTML table web reports \\i INSERT statements copying to other instances \\j JSON +\\r ReStructured Text inclusion in documentation \\s CSV (with headings) \\S CSV (no headings) -\\t transposed "narrow" tables like v$database +\\t transposed "wide" tables like v$database \\x XML \\l line plot, with markers \\L scatter plot (no lines) @@ -115,7 +116,7 @@ ========== ======================== ================================ Most of these output formats are even more useful when combined with special output -destinations. For example, `SELECT * FROM party\h > /var/www/party_report.html` +destinations. For example, `SELECT * FROM party\\h > /var/www/party_report.html` could create an HTML report in the webserver's documents directory, ready to serve. UNIX-like commands