@@ -435,8 +435,8 @@ UPDATE t1 SET x = 2, y = md5sum(y) WHERE z = 100;
435435 On <xref linkend="sql-createdatabase">, <literal>getattr</> permission
436436 will be checked on the source or template database of the new database,
437437 not only <literal>create</> on the new database.
438- On creation of objects within a particula schema (tables, views,
439- sequences and procedures), <literal>add_name</> will be also chechked
438+ On creation of objects within a particular schema (tables, views,
439+ sequences and procedures), <literal>add_name</> will be also checked
440440 on the schema, not only <literal>create</> on the new object itself.
441441 </para>
442442
@@ -527,7 +527,7 @@ postgres=# SELECT cid, cname, show_credit(cid) FROM customer;
527527 to switch the security label of the client process, the client domain,
528528 to a new context, if that is allowed by the security policy.
529529 The client domain needs the <literal>setcurrent</> permission and also
530- <literal>dyntransaction </> from the old to the new domain.
530+ <literal>dyntransition </> from the old to the new domain.
531531 </para>
532532 <para>
533533 Dynamic domain transitions should be considered carefully, because they
@@ -632,7 +632,7 @@ ERROR: SELinux: security policy violation
632632 <row>
633633 <entry><literal>sepgsql_restorecon(text) returns bool</literal></entry>
634634 <entry>
635- Sets up initial security labels for all objectes within the
635+ Sets up initial security labels for all objects within the
636636 current database. The argument may be NULL, or the name of a specfile
637637 to be used as alternative of the system default.
638638 </entry>
0 commit comments