/usr/share/doc/sqliteman/en/ch07s10.html is in sqliteman-doc 1.2.2-0ubuntu6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Schema Browser</title><link rel="stylesheet" href="kde-default.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.67.2"><meta name="keywords" content="Sqliteman, SQL, Sqlite, development, database"><link rel="start" href="index.html" title="The Sqliteman Handbook"><link rel="up" href="ch07.html" title="Chapter 7. Features and Dialogs"><link rel="prev" href="ch07s09.html" title="Attached Databases"><link rel="next" href="ch07s11.html" title="SQL Editor"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Schema Browser</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch07s09.html">Prev</a> </td><th width="60%" align="center">Chapter 7. Features and Dialogs</th><td width="20%" align="right"> <a accesskey="n" href="ch07s11.html">Next</a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="schemaBrowser"></a>Schema Browser</h2></div></div></div><p>All database objects are listed in this widget. Objects
are grouped into logical tree. Available actions for chosen
tree item (table, index, view etc.) are dynamically shown in
the <a href="ch06s02.html" title="The Context Menu">Context Menu</a> in the menu bar
or in the pop-up menu (right mouse click).
</p><p>
</p><div class="screenshot"><div class="mediaobject"><img src="schemaBrowser-schema.png" alt="Schema Browser (Object Tree)"></div></div><p>
</p><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="pragmaEditor"></a>Pragma Editor</h3></div></div></div><p>The database parameters can be changed comfortably in the Pragma Editor.
All available PRAGMAs are listed in the table. Currently selected PRAGMA can be
changed in the dialog opened with the <span class="guibutton">Change Value...</span>.
</p><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p>Every PRAGMA change affects the behavior of the database.
You should know what are you doing here.</p></div><p>
</p><div class="screenshot"><div class="mediaobject"><img src="schemaBrowser-pragma.png" alt="Pragma editor"></div></div><p>
</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch07s09.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch07.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch07s11.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Attached Databases </td><td width="20%" align="center"><a accesskey="h" href="index.html">Contents</a></td><td width="40%" align="right" valign="top"> SQL Editor</td></tr></table></div></body></html>
|