Remove tab from SGML.
authorBruce Momjian <[email protected]>
Mon, 18 Oct 2010 18:51:28 +0000 (18:51 +0000)
committerBruce Momjian <[email protected]>
Mon, 18 Oct 2010 18:51:28 +0000 (18:51 +0000)
doc/src/sgml/rules.sgml

index 27c78a3a150f8c4b1c05d8fb42703000ac5a60fd..bec5a68c4b37fb684b4f06eb0fef49e8982818a7 100644 (file)
@@ -1783,7 +1783,7 @@ CREATE VIEW phone_number AS
     SELECT person, phone FROM phone_data WHERE phone NOT LIKE '412%';
 </programlisting>
     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
     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,