Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit377e6e9

Browse files
committed
Remove tab from SGML.
1 parent02b1f04 commit377e6e9

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)

[8]ページ先頭

©2009-2025 Movatter.jp