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

Commit024ea25

Browse files
committed
Small markup and wording improvement
1 parent2d2841a commit024ea25

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎doc/src/sgml/information_schema.sgml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3331,7 +3331,7 @@ ORDER BY c.ordinal_position;
33313331
referential (foreign key) constraints in the current database.
33323332
Only those constraints are shown for which the current user has
33333333
write access to the referencing table (by way of being the
3334-
owner or having some privilege other than SELECT).
3334+
owner or having some privilege other than<literal>SELECT</literal>).
33353335
</para>
33363336

33373337
<table>
@@ -5220,7 +5220,7 @@ ORDER BY c.ordinal_position;
52205220
<para>
52215221
The view <literal>table_constraints</literal> contains all
52225222
constraints belonging to tables that the current user owns or has
5223-
somenon-SELECTprivilege on.
5223+
some privilege other than <literal>SELECT</literal> on.
52245224
</para>
52255225

52265226
<table>
@@ -5513,7 +5513,8 @@ ORDER BY c.ordinal_position;
55135513
view <literal>triggered_update_columns</literal> identifies these
55145514
columns. Triggers that do not specify a column list are not
55155515
included in this view. Only those columns are shown that the
5516-
current user owns or has some non-SELECT privilege on.
5516+
current user owns or has some privilege other than
5517+
<literal>SELECT</literal> on.
55175518
</para>
55185519

55195520
<table>
@@ -5584,7 +5585,7 @@ ORDER BY c.ordinal_position;
55845585
<para>
55855586
The view <literal>triggers</literal> contains all triggers defined
55865587
in the current database on tables and views that the current user owns
5587-
or has somenon-SELECTprivilege on.
5588+
or has some privilege other than <literal>SELECT</literal> on.
55885589
</para>
55895590

55905591
<table>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp