diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-11-22 21:14:53 +0200 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-11-22 21:14:53 +0200 |
commit | 024ea25ccd553aa0ecb41d626a1016470e25a9a0 (patch) | |
tree | 9bfb5cad78bbfc8e225a6a06503a8f6d99bb75a2 | |
parent | 2d2841a56c8fa37a5dd5c6d33488ba6ca37116ff (diff) | |
download | postgresql-024ea25ccd553aa0ecb41d626a1016470e25a9a0.tar.gz postgresql-024ea25ccd553aa0ecb41d626a1016470e25a9a0.zip |
Small markup and wording improvement
-rw-r--r-- | doc/src/sgml/information_schema.sgml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 8063d059c8d..92d2f647190 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -3331,7 +3331,7 @@ ORDER BY c.ordinal_position; referential (foreign key) constraints in the current database. Only those constraints are shown for which the current user has write access to the referencing table (by way of being the - owner or having some privilege other than SELECT). + owner or having some privilege other than <literal>SELECT</literal>). </para> <table> @@ -5220,7 +5220,7 @@ ORDER BY c.ordinal_position; <para> The view <literal>table_constraints</literal> contains all constraints belonging to tables that the current user owns or has - some non-SELECT privilege on. + some privilege other than <literal>SELECT</literal> on. </para> <table> @@ -5513,7 +5513,8 @@ ORDER BY c.ordinal_position; view <literal>triggered_update_columns</literal> identifies these columns. Triggers that do not specify a column list are not included in this view. Only those columns are shown that the - current user owns or has some non-SELECT privilege on. + current user owns or has some privilege other than + <literal>SELECT</literal> on. </para> <table> @@ -5584,7 +5585,7 @@ ORDER BY c.ordinal_position; <para> The view <literal>triggers</literal> contains all triggers defined in the current database on tables and views that the current user owns - or has some non-SELECT privilege on. + or has some privilege other than <literal>SELECT</literal> on. </para> <table> |