summaryrefslogtreecommitdiffstats
path: root/debian/sqlite3_analyzer.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 17:28:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 17:28:21 +0000
commite9e9beec90b65fa7ee5789a3d1d0a1d5bed49366 (patch)
treeb872f441f9205ec27df3fc6d8790f3c1e441d869 /debian/sqlite3_analyzer.1
parentAdding upstream version 3.40.1. (diff)
downloadsqlite3-e9e9beec90b65fa7ee5789a3d1d0a1d5bed49366.tar.xz
sqlite3-e9e9beec90b65fa7ee5789a3d1d0a1d5bed49366.zip
Adding debian version 3.40.1-2.debian/3.40.1-2debian
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.