We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b1f04 commit 377e6e9Copy full SHA for 377e6e9
doc/src/sgml/rules.sgml
@@ -1783,7 +1783,7 @@ CREATE VIEW phone_number AS
1783
SELECT person, phone FROM phone_data WHERE phone NOT LIKE '412%';
1784
</programlisting>
1785
This view might seem secure, since the rule system will rewrite any
1786
- <command>SELECT</command> from <literal>phone_number</> into a
+ <command>SELECT</command> from <literal>phone_number</> into a
1787
<command>SELECT</command> from <literal>phone_data</> and add the
1788
qualification that only entries where <literal>phone</> does not begin
1789
with 412 are wanted. But if the user can create his or her own functions,
0 commit comments