Browse Source

kamutil: Improve README.

- Remark that <tablename> and database table name must match.
- Brand evilness of dashes as opposed to underscores.
Timo Reimann 14 years ago
parent
commit
a67ba5f07b
1 changed files with 3 additions and 2 deletions
  1. 3 2
      utils/kamctl/README

+ 3 - 2
utils/kamctl/README

@@ -2,5 +2,6 @@ SQL creation *must* follow the naming pattern
 
 
   <tablename>-create.sql
   <tablename>-create.sql
 
 
-Note that dashes ("-") in <tablename> must be replaced by underscores
-("_").
+where <tablename> corresponds to the name of the database table. Please use
+underscores ("_") instead of dashes ("-") in database table names to ensure
+compatibility with all types of databases.