Remove tab from SGML.

This commit is contained in:
Bruce Momjian 2010-10-18 18:51:28 +00:00
parent 02b1f04770
commit 377e6e97eb

View File

@ -1783,7 +1783,7 @@ CREATE VIEW phone_number AS
SELECT person, phone FROM phone_data WHERE phone NOT LIKE '412%'; SELECT person, phone FROM phone_data WHERE phone NOT LIKE '412%';
</programlisting> </programlisting>
This view might seem secure, since the rule system will rewrite any This view might seem secure, since the rule system will rewrite any
<command>SELECT</command> from <literal>phone_number</> into a <command>SELECT</command> from <literal>phone_number</> into a
<command>SELECT</command> from <literal>phone_data</> and add the <command>SELECT</command> from <literal>phone_data</> and add the
qualification that only entries where <literal>phone</> does not begin qualification that only entries where <literal>phone</> does not begin
with 412 are wanted. But if the user can create his or her own functions, with 412 are wanted. But if the user can create his or her own functions,