📄 utility.so
字号:
m4_comment([$Id: utility.so,v 10.18 2004/10/05 16:44:33 bostic Exp $])m4_ref_title(Dumping and Reloading, The db_dump and db_load utilities, dumping/loading @text to/from databases, ext/php, dumpload/format)m4_p([dnlThere are three utilities used for dumping and loading m4_dbdatabases: m4_ref(db_dump), m4_ref(db_dump185), and m4_ref(db_load).])m4_p([dnlThe m4_ref(db_dump) and m4_ref(db_dump185) utilities dump m4_dbdatabases into a flat-text representation of the data that can be readby m4_ref(db_load). The only difference between them is thatm4_ref(db_dump) reads m4_db version 2 and greater database formats,whereas m4_ref(db_dump185) reads m4_db version 1.85 and 1.86 databaseformats.])m4_p([dnlThe m4_ref(db_load) utility reads either the output format usedby the dump utilities or (optionally) a flat-text representationcreated using other tools, and stores it into a m4_db database.])m4_p([dnlDumping and reloading Hash databases that use user-defined hash functionswill result in new databases that use the default hash function. Althoughusing the default hash function may not be optimal for the new database,it will continue to work correctly.])m4_p([dnlDumping and reloading Btree databases that use user-defined prefix orcomparison functions will result in new databases that use the defaultprefix and comparison functions. In this case, it is quite likely thatapplications will be unable to retrieve records, and it is possible thatthe load process itself will fail.])m4_p([dnlThe only available workaround for either Hash or Btree databases is tomodify the sources for the m4_ref(db_load) utility to load the databaseusing the correct hash, prefix, and comparison functions.])m4_page_footer
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -