diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:06:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:06:44 +0000 |
commit | ed5640d8b587fbcfed7dd7967f3de04b37a76f26 (patch) | |
tree | 7a5f7c6c9d02226d7471cb3cc8fbbf631b415303 /extras/source/database/biblio.README | |
parent | Initial commit. (diff) | |
download | libreoffice-cb75148ebd0135178ff46f89a30139c44f8d2040.tar.xz libreoffice-cb75148ebd0135178ff46f89a30139c44f8d2040.zip |
Adding upstream version 4:7.4.7.upstream/4%7.4.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'extras/source/database/biblio.README')
-rw-r--r-- | extras/source/database/biblio.README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extras/source/database/biblio.README b/extras/source/database/biblio.README new file mode 100644 index 000000000..7c1fcb0b7 --- /dev/null +++ b/extras/source/database/biblio.README @@ -0,0 +1,19 @@ +When updating biblio.odb be aware that biblio.odb *does not* embed the data of +the database inside the .odb, instead it is configured to store its data in the +per-user database/biblio/biblio.dbf and database/biblio/biblio.dbt files. i.e. +the contents of the ~/.libreoffice/3/user/database/biblio dir. + +If you edit biblio.odb in "base" you will really just be changing your local +data store. + +So, to really change the bibliography the easiest thing to do is to launch +writer and use tools->bibliography database and edit your local one through +that UI. + +Then *copy* ~/.libreoffice/3/user/database/biblio/biblio.db* to +extras/source/database/ in order to overwrite biblio.dbf and biblio.dbt and +copy ~/.libreoffice/3/user/database/biblio.odb to +extras/source/database/biblio.odb + +NOTE: base doesn't seem to "PACK" the dbase III files after editing, so deleted +records still take up space in the file, possibly a bug worth fixing ? |