This file is indexed.

/usr/share/doc/cl-sql/html/disable-sql-reader-syntax.html is in cl-sql 6.5.0-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
15
16
17
18
19
20
21
22
<?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>DISABLE-SQL-READER-SYNTAX</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-syntax.html" title="The Symbolic SQL Syntax" /><link rel="prev" href="enable-sql-reader-syntax.html" title="ENABLE-SQL-READER-SYNTAX" /><link rel="next" href="locally-enable-sql-reader-syntax.html" title="LOCALLY-ENABLE-SQL-READER-SYNTAX" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">DISABLE-SQL-READER-SYNTAX</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="enable-sql-reader-syntax.html">Prev</a> </td><th width="60%" align="center">The Symbolic SQL Syntax</th><td width="20%" align="right"> <a accesskey="n" href="locally-enable-sql-reader-syntax.html">Next</a></td></tr></table><hr /></div><div class="refentry"><a id="disable-sql-reader-syntax"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>DISABLE-SQL-READER-SYNTAX — Globally disable square bracket reader syntax.<strong>Macro</strong></p></div><div class="refsect1"><a id="idp61448784"></a><h2>Syntax</h2><pre class="synopsis">
      <code class="function">disable-sql-reader-syntax</code> =&gt; <span class="returnvalue"></span></pre></div><div class="refsect1"><a id="idp61451264"></a><h2>Arguments and Values</h2><p>None.</p></div><div class="refsect1"><a id="idp61452608"></a><h2>Description</h2><p>Turns off the SQL reader syntax setting the syntax state
      such that if the syntax is subsequently enabled,
      <a class="link" href="restore-sql-reader-syntax-state.html" title="RESTORE-SQL-READER-SYNTAX-STATE">
        <code class="function">restore-sql-reader-syntax-state</code></a> will
        disable it again.
      </p></div><div class="refsect1"><a id="idp58854544"></a><h2>Examples</h2><p>None.</p></div><div class="refsect1"><a id="idp58855888"></a><h2>Side Effects</h2><p>
        Sets the internal syntax state to disabled.
      </p><p> 
        Modifies the default readtable.
      </p></div><div class="refsect1"><a id="idp58857696"></a><h2>Affected by</h2><p>
        None. 
      </p></div><div class="refsect1"><a id="idp58859040"></a><h2>Exceptional Situations</h2><p>
        None. 
      </p></div><div class="refsect1"><a id="idp58860384"></a><h2>See Also</h2><table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="enable-sql-reader-syntax.html" title="ENABLE-SQL-READER-SYNTAX"><code class="function">enable-sql-reader-syntax</code></a></td></tr><tr><td><a class="link" href="locally-enable-sql-reader-syntax.html" title="LOCALLY-ENABLE-SQL-READER-SYNTAX"><code class="function">locally-enable-sql-reader-syntax</code></a></td></tr><tr><td><a class="link" href="locally-disable-sql-reader-syntax.html" title="LOCALLY-DISABLE-SQL-READER-SYNTAX"><code class="function">locally-disable-sql-reader-syntax</code></a></td></tr><tr><td><a class="link" href="restore-sql-reader-syntax-state.html" title="RESTORE-SQL-READER-SYNTAX-STATE"><code class="function">restore-sql-reader-syntax-state</code></a></td></tr><tr><td><a class="link" href="file-enable-sql-reader-syntax.html" title="FILE-ENABLE-SQL-READER-SYNTAX"><code class="function">file-enable-sql-reader-syntax</code></a></td></tr></table></div><div class="refsect1"><a id="idp58868400"></a><h2>Notes</h2><p>
        The symbolic SQL syntax is disabled by default. 
      </p><p> 
        <span class="application"><span class="emphasis"><em>CLSQL</em></span></span> differs from <span class="application">CommonSQL</span> in that
        <code class="function">disable-sql-reader-syntax</code> is defined as a
        macro rather than a function.
      </p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="enable-sql-reader-syntax.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ref-syntax.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="locally-enable-sql-reader-syntax.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">ENABLE-SQL-READER-SYNTAX </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> LOCALLY-ENABLE-SQL-READER-SYNTAX</td></tr></table></div></body></html>