From: Bruce Momjian Date: Mon, 18 Oct 2010 18:51:28 +0000 (+0000) Subject: Remove tab from SGML. X-Git-Tag: REL9_0_2~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=377e6e97eb59f14ca91ef38785c3dbc36e3111cd;p=thirdparty%2Fpostgresql.git Remove tab from SGML. --- 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%'; This view might seem secure, since the rule system will rewrite any - SELECT from phone_number into a + SELECT from phone_number into a SELECT from phone_data and add the qualification that only entries where phone does not begin with 412 are wanted. But if the user can create his or her own functions,