Skip to content

Commit 377e6e9

Browse files
committed
Remove tab from SGML.
1 parent 02b1f04 commit 377e6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/rules.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1783,7 +1783,7 @@ CREATE VIEW phone_number AS
17831783
SELECT person, phone FROM phone_data WHERE phone NOT LIKE '412%';
17841784
</programlisting>
17851785
This view might seem secure, since the rule system will rewrite any
1786-
<command>SELECT</command> from <literal>phone_number</> into a
1786+
<command>SELECT</command> from <literal>phone_number</> into a
17871787
<command>SELECT</command> from <literal>phone_data</> and add the
17881788
qualification that only entries where <literal>phone</> does not begin
17891789
with 412 are wanted. But if the user can create his or her own functions,

0 commit comments

Comments
 (0)