summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2010-10-18 18:51:28 +0000
committerBruce Momjian <bruce@momjian.us>2010-10-18 18:51:28 +0000
commit377e6e97eb59f14ca91ef38785c3dbc36e3111cd (patch)
tree15b0e297f72b6baaaff0d31b60272d5c7bce9a6c
parent02b1f04770f09abe8a78260a9f0c43fe2dc3ab8b (diff)
Remove tab from SGML.
-rw-r--r--doc/src/sgml/rules.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/rules.sgml b/doc/src/sgml/rules.sgml
index 27c78a3a150..bec5a68c4b3 100644
--- a/doc/src/sgml/rules.sgml
+++ b/doc/src/sgml/rules.sgml
@@ -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,