diff options
author | Robert Haas <rhaas@postgresql.org> | 2012-03-20 15:10:33 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2012-03-20 15:10:33 -0400 |
commit | 0b43edbca708a33a83d6842e96b837ad77f3e5bc (patch) | |
tree | 72c954ed6c43c7383de9c3091499636a529c2d19 /doc/src | |
parent | 1b12c3e836676e8e94ba94e15c25b100ce0debf0 (diff) | |
download | postgresql-0b43edbca708a33a83d6842e96b837ad77f3e5bc.tar.gz postgresql-0b43edbca708a33a83d6842e96b837ad77f3e5bc.zip |
Remove stray word from sepgsql documentation.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/sepgsql.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/sepgsql.sgml b/doc/src/sgml/sepgsql.sgml index 07c6b99f45e..36f9b584bb4 100644 --- a/doc/src/sgml/sepgsql.sgml +++ b/doc/src/sgml/sepgsql.sgml @@ -531,7 +531,7 @@ postgres=# SELECT cid, cname, show_credit(cid) FROM customer; </para> <para> Dynamic domain transitions should be considered carefully, because they - allow users to switch their label, and therefore their privileges, in + allow users to switch their label, and therefore their privileges, at their option, rather than (as in the case of a trusted procedure) as mandated by the system. Thus, the <literal>dyntransition</literal> permission is only considered |