From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/programmer_reference/program_namespace.html | 105 ++++++++++++++--------- 1 file changed, 65 insertions(+), 40 deletions(-) (limited to 'docs/programmer_reference/program_namespace.html') diff --git a/docs/programmer_reference/program_namespace.html b/docs/programmer_reference/program_namespace.html index 46cedbe4..8363cd50 100644 --- a/docs/programmer_reference/program_namespace.html +++ b/docs/programmer_reference/program_namespace.html @@ -14,7 +14,7 @@
-

Filesystem Name Space

+

Filesystem Name Space

-

Berkeley DB environments create or use some number of files in environment -home directories. These files are named DB_CONFIG, "log.NNNNN" -(for example, log.0000000003, where the number of digits following the -dot is unspecified), or with the string prefix "__db" (for example, -__db.001). Applications should never create files or databases in -database environment home directories with names beginning with the -characters "log" or "__db".

-

In some cases, applications may choose to remove Berkeley DB files as part of -their cleanup procedures, using system utilities instead of Berkeley DB -interfaces (for example, using the UNIX rm utility instead of the -DB_ENV->remove() method). This is not a problem, as long as applications -limit themselves to removing only files named "__db.###", where "###" -are the digits 0 through 9. Applications should never remove any files -named with the prefix "__db" or "log", other than "__db.###" files.

+

+ Berkeley DB environments create or use some number of + files in environment home directories. These files are + named DB_CONFIG, + "log.NNNNN" (for example, log.0000000003, where the number + of digits following the dot is unspecified), or with the + string prefix "__db" (for example, __db.001). Applications + should never create files or databases in database + environment home directories with names beginning with the + characters "log" or "__db". +

+

+ In some cases, applications may choose to remove + Berkeley DB files as part of their cleanup procedures, + using system utilities instead of Berkeley DB interfaces + (for example, using the UNIX rm utility instead of the + DB_ENV->remove() method). This is not a problem, as long as + applications limit themselves to removing only files named + "__db.###", where "###" are the digits 0 through 9. + Applications should never remove any files named with the + prefix "__db" or "log", other than "__db.###" + files. +

-- cgit v1.2.1