From f7306ad5fe007b53bff4380cec48596da36d27c0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 16:07:13 +0200 Subject: Adding debian version 3.45.1-1. Signed-off-by: Daniel Baumann --- debian/sqlite3_analyzer.1 | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 debian/sqlite3_analyzer.1 (limited to 'debian/sqlite3_analyzer.1') 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. -- cgit v1.2.3