Doc bug for saving ij output to a file
--------------------------------------
Key: DERBY-566
URL: http://issues.apache.org/jira/browse/DERBY-566
Project: Derby
Type: Bug
Components: Documentation
Reporter: Jeff Levitt
Priority: Minor
Fix For: 10.1.2.0, 10.1.1.0
Tracking issue as discussed in:
http://mail-archives.apache.org/mod_mbox/db-derby-dev/200509.mbox/[EMAIL
PROTECTED]
On the following page:
http://db.apache.org/derby/docs/dev/tools/ttoolsij98878.html
this is what needs to change on that page:
- 2nd bullet on page, 'Redirect standard input to come from a file', the
example should be:
java -Djdbc.drivers=org.apache.derby.jdbc.EmbeddedDriver
org.apache.derby.tools.ij < <*myscript.sql*>
- 5th bullet on page, 'By redirecting to a file', the example should be:
java -Djdbc.drivers=org.apache.derby.jdbc.EmbeddedDriver
org.apache.derby.tools.ij <*myscript.sql*> > <*myoutput.txt*>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira