Masafumi Yokoyama
null+****@clear*****
Mon Jul 6 23:21:54 JST 2015
Masafumi Yokoyama 2015-07-06 23:21:54 +0900 (Mon, 06 Jul 2015) New Revision: 0e3e3c49cb07408dae98995633467e84df0f7416 https://github.com/groonga/groonga/commit/0e3e3c49cb07408dae98995633467e84df0f7416 Message: doc tutorial: add more description about db open failed GitHub: #354 Suggested by Hirotaka Takayama. Thanks!!! Modified files: doc/source/tutorial/introduction.rst Modified: doc/source/tutorial/introduction.rst (+1 -1) =================================================================== --- doc/source/tutorial/introduction.rst 2015-07-06 23:21:40 +0900 (6de5149) +++ doc/source/tutorial/introduction.rst 2015-07-06 23:21:54 +0900 (4fa722e) @@ -19,7 +19,7 @@ Form:: groonga -n DB_PATH -The `-n` option specifies to create a new database and DB_PATH specifies the path of the new database. Actually, a database consists of a series of files and DB_PATH specifies the file which will be the entrance to the new database. DB_PATH also specifies the path prefix for other files. Note that database creation fails if DB_PATH points to an existing file. +The `-n` option specifies to create a new database and DB_PATH specifies the path of the new database. Actually, a database consists of a series of files and DB_PATH specifies the file which will be the entrance to the new database. DB_PATH also specifies the path prefix for other files. Note that database creation fails if DB_PATH points to an existing file (For example, ``db open failed (DB_PATH): syscall error 'DB_PATH' (File exists)``. You can operate an existing database in a way that is in the next chapter). This command creates a new database and then enters into interactive mode in which Groonga prompts you to enter commands for operating that database. You can terminate this mode with Ctrl-d. -------------- next part -------------- HTML����������������������������...Download