This file is indexed.

/usr/share/doc/cl-sql/html/backend-warning-behavior.html is in cl-sql 6.7.0-1.1.

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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>*BACKEND-WARNING-BEHAVIOR*</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><link rel="home" href="index.html" title="CLSQL Users' Guide" /><link rel="up" href="ref-conditions.html" title="CLSQL Condition System" /><link rel="prev" href="ref-conditions.html" title="CLSQL Condition System" /><link rel="next" href="sql-condition.html" title="SQL-CONDITION" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">*BACKEND-WARNING-BEHAVIOR*</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ref-conditions.html">Prev</a> </td><th width="60%" align="center">CLSQL Condition System</th><td width="20%" align="right"> <a accesskey="n" href="sql-condition.html">Next</a></td></tr></table><hr /></div><div class="refentry"><a id="backend-warning-behavior"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>*BACKEND-WARNING-BEHAVIOR* — Controls behaviour on warnings from underlying RDBMS.<strong>Variable</strong></p></div><div class="refsect1"><a id="idp68888256"></a><h2>Value Type</h2><p>
        Meaningful values are <span class="symbol">:warn</span>,
        <span class="symbol">:error</span>, <span class="symbol">:ignore</span> and <code class="constant">NIL</code>.
      </p></div><div class="refsect1"><a id="idp71382304"></a><h2>Initial Value</h2><p><span class="symbol">:warn</span></p></div><div class="refsect1"><a id="idp70995456"></a><h2>Description</h2><p>
	Action to perform on warning messages
	from backend. Default is to <span class="symbol">:warn</span>. May also be
	set to <span class="symbol">:error</span> to signal an error or
	<span class="symbol">:ignore</span> or <code class="constant">NIL</code> to silently ignore the
	warning.
      </p></div><div class="refsect1"><a id="idp69642720"></a><h2>Examples</h2><pre class="screen">
         
      </pre></div><div class="refsect1"><a id="idp69644656"></a><h2>Affected By</h2><p>None.</p></div><div class="refsect1"><a id="idp69646000"></a><h2>See Also</h2><p>None.</p></div><div class="refsect1"><a id="idp69311984"></a><h2>Notes</h2><p><span class="symbol">*backend-warning-behaviour*</span> is a <span class="application"><span class="emphasis"><em>CLSQL</em></span></span>
      extension.</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ref-conditions.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ref-conditions.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="sql-condition.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">CLSQL Condition System </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> SQL-CONDITION</td></tr></table></div></body></html>