Переглянути джерело

kamutil: Improve README.

- Remark that <tablename> and database table name must match.
- Brand evilness of dashes as opposed to underscores.
Timo Reimann 14 роки тому
батько
коміт
a67ba5f07b
1 змінених файлів з 3 додано та 2 видалено
  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.