/usr/share/doc/sqliteman/en/ch06s03.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 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>The Database Menu</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="ch06.html" title="Chapter 6. Sqliteman Menu Structure"><link rel="prev" href="ch06s02.html" title="The Context Menu"><link rel="next" href="ch06s04.html" title="The System Menu"></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">The <span class="guimenu">Database</span> Menu</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch06s02.html">Prev</a> </td><th width="60%" align="center">Chapter 6. <span class="application">Sqliteman</span> Menu Structure</th><td width="20%" align="right"> <a accesskey="n" href="ch06s04.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="database-menu"></a>The <span class="guimenu">Database</span> Menu</h2></div></div></div><p>Frequently used database tasks are grouped in this menu.</p><p>
</p><div class="variablelist"><dl><dt><span class="term"><span class="guimenu">Database</span>-><span class="guimenuitem">Create Table...</span> (<span><strong class="shortcut"><span><strong class="keycap">Ctrl</strong></span>+<span><strong class="keycap">T</strong></span></strong></span>)</span></dt><dd><p><span class="action">The same as in the Context menu.
<a href="ch07s02.html" title="Create Table">See full Create Table documentation</a></span></p></dd><dt><span class="term"><span class="guimenu">Database</span>-><span class="guimenuitem">Create View...</span> (<span><strong class="shortcut"><span><strong class="keycap">Ctrl</strong></span>+<span><strong class="keycap">G</strong></span></strong></span>)</span></dt><dd><p><span class="action">The same as in the Context menu.
<a href="ch07s06.html" title="View related dialogs">See full Create View documentation</a></span></p></dd><dt><span class="term"><span class="guimenu">Database</span>-><span class="guimenuitem">Build Query...</span> (<span><strong class="shortcut"><span><strong class="keycap">Ctrl</strong></span>+<span><strong class="keycap">R</strong></span></strong></span>)</span></dt><dd><p><span class="action">Simple and quick (and limited a bit) graphical query builder.</span></p></dd><dt><span class="term"><span class="guimenu">Database</span>-><span class="guimenuitem">SQL Editor</span> (<span><strong class="shortcut"><span><strong class="keycap">Ctrl</strong></span>+<span><strong class="keycap">E</strong></span></strong></span>)</span></dt><dd><p><span class="action">Switch On/Off the SQL text editor in the main window.</span></p></dd><dt><span class="term"><span class="guimenu">Database</span>-><span class="guimenuitem">Object Browser</span> (<span><strong class="shortcut"><span><strong class="keycap">Ctrl</strong></span>+<span><strong class="keycap">B</strong></span></strong></span>)</span></dt><dd><p><span class="action">Switch On/Off the Object Browser tree in the main window.</span></p></dd><dt><span class="term"><span class="guimenu">Database</span>-><span class="guimenuitem">Export Schema...</span></span></dt><dd><p><span class="action">Export only structure of the database. The result is only
"create database" script.</span></p></dd><dt><span class="term"><span class="guimenu">Database</span>-><span class="guimenuitem">Dump Database...</span></span></dt><dd><p><span class="action">Export structure and data of the database. The result is the
"create database" script and data inserts too.</span></p></dd><dt><span class="term"><span class="guimenu">Database</span>-><span class="guimenuitem">Import Table Data...</span></span></dt><dd><p><span class="action">Import data into specified table. The import dialog with guided
steps is shown.</span></p></dd></dl></div><p>
</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch06s02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch06.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch06s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">The <span class="guimenu">Context</span> Menu </td><td width="20%" align="center"><a accesskey="h" href="index.html">Contents</a></td><td width="40%" align="right" valign="top"> The <span class="guimenu">System</span> Menu</td></tr></table></div></body></html>
|