summaryrefslogtreecommitdiffstats
path: root/debian/sqlite3_analyzer.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 14:07:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 14:07:13 +0000
commitf7306ad5fe007b53bff4380cec48596da36d27c0 (patch)
tree8bbc3e3997ed07ffe94de91e483975424c534e53 /debian/sqlite3_analyzer.1
parentAdding upstream version 3.45.1. (diff)
downloadsqlite3-f7306ad5fe007b53bff4380cec48596da36d27c0.tar.xz
sqlite3-f7306ad5fe007b53bff4380cec48596da36d27c0.zip
Adding debian version 3.45.1-1.debian/3.45.1-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/sqlite3_analyzer.1')
-rw-r--r--debian/sqlite3_analyzer.139
1 files changed, 39 insertions, 0 deletions
diff --git a/debian/sqlite3_analyzer.1 b/debian/sqlite3_analyzer.1
new file mode 100644
index 0000000..e54ffa3
--- /dev/null
+++ b/debian/sqlite3_analyzer.1
@@ -0,0 +1,39 @@
+.Dd 2018-07-22
+.Dt SQLITE3_ANALYZER 1
+.Os "Debian GNU/Linux"
+.Sh NAME
+.Nm sqlite3_analyzer
+.Nd SQLite3 database space usage analyzis tool
+.Sh SYNOPSIS
+.Nm
+.Op Fl -pageinfo
+.Op Fl -stats
+.Op Fl -tclsh
+.Op Fl -version
+.Ar database.sqlite
+.Sh DESCRIPTION
+.Nm
+program analyze an SQLite database file and
+output a report detailing size and storage efficiency
+information for the database and its constituent tables and indexes.
+.Pp
+.Sh OPTIONS
+.Bl -tag -width indent
+.It Fl -pageinfo
+Show how each page of the database-file is used
+.It Fl -stats
+Output SQL text that creates a new database containing
+statistics about the database that was analyzed
+.It Fl -tclsh
+Run the built-in TCL interpreter interactively (for debugging)
+.It Fl -version
+Show the version number of SQLite
+.El
+.Sh AUTHOR
+.Nm
+has been written by
+.An D. Richard Hipp Aq drh@hwaci.com .
+.Pp
+This manual page was written by
+.An Yuriy M. Kaminskiy Aq yumkam+debian@gmail.com
+for the Debian GNU/Linux system.