Commit 81e3e4fd authored by Tom Lane's avatar Tom Lane

Assorted spelling corrections.

Thom Brown
parent 732bfa24
...@@ -5128,7 +5128,7 @@ ...@@ -5128,7 +5128,7 @@
<para> <para>
The catalog <structname>pg_shseclabel</structname> stores security The catalog <structname>pg_shseclabel</structname> stores security
lables on shared database objects. Security labels can be manipulated labels on shared database objects. Security labels can be manipulated
with the <xref linkend="sql-security-label"> command. For an easier with the <xref linkend="sql-security-label"> command. For an easier
way to view security labels, see <xref linkend="view-pg-seclabels">. way to view security labels, see <xref linkend="view-pg-seclabels">.
</para> </para>
......
...@@ -856,7 +856,7 @@ ALTER SEQUENCE <replaceable class="parameter">tablename</replaceable>_<replaceab ...@@ -856,7 +856,7 @@ ALTER SEQUENCE <replaceable class="parameter">tablename</replaceable>_<replaceab
column. <type>bigserial</type> should be used if you anticipate column. <type>bigserial</type> should be used if you anticipate
the use of more than 2<superscript>31</> identifiers over the the use of more than 2<superscript>31</> identifiers over the
lifetime of the table. The type names <type>smallserial</type> and lifetime of the table. The type names <type>smallserial</type> and
<type>serial2</type> also work the same way, execpt that they <type>serial2</type> also work the same way, except that they
create a <type>smallint</type> column. create a <type>smallint</type> column.
</para> </para>
......
...@@ -9619,7 +9619,7 @@ table2-mapping ...@@ -9619,7 +9619,7 @@ table2-mapping
</indexterm> </indexterm>
<para> <para>
This section descripbes the functions that are available for creating This section describes the functions that are available for creating
JSON (see <xref linkend="datatype-json">) data. JSON (see <xref linkend="datatype-json">) data.
</para> </para>
......
...@@ -435,8 +435,8 @@ UPDATE t1 SET x = 2, y = md5sum(y) WHERE z = 100; ...@@ -435,8 +435,8 @@ UPDATE t1 SET x = 2, y = md5sum(y) WHERE z = 100;
On <xref linkend="sql-createdatabase">, <literal>getattr</> permission On <xref linkend="sql-createdatabase">, <literal>getattr</> permission
will be checked on the source or template database of the new database, will be checked on the source or template database of the new database,
not only <literal>create</> on the new database. not only <literal>create</> on the new database.
On creation of objects within a particula schema (tables, views, On creation of objects within a particular schema (tables, views,
sequences and procedures), <literal>add_name</> will be also chechked sequences and procedures), <literal>add_name</> will be also checked
on the schema, not only <literal>create</> on the new object itself. on the schema, not only <literal>create</> on the new object itself.
</para> </para>
...@@ -527,7 +527,7 @@ postgres=# SELECT cid, cname, show_credit(cid) FROM customer; ...@@ -527,7 +527,7 @@ postgres=# SELECT cid, cname, show_credit(cid) FROM customer;
to switch the security label of the client process, the client domain, to switch the security label of the client process, the client domain,
to a new context, if that is allowed by the security policy. to a new context, if that is allowed by the security policy.
The client domain needs the <literal>setcurrent</> permission and also The client domain needs the <literal>setcurrent</> permission and also
<literal>dyntransaction</> from the old to the new domain. <literal>dyntransition</> from the old to the new domain.
</para> </para>
<para> <para>
Dynamic domain transitions should be considered carefully, because they Dynamic domain transitions should be considered carefully, because they
...@@ -632,7 +632,7 @@ ERROR: SELinux: security policy violation ...@@ -632,7 +632,7 @@ ERROR: SELinux: security policy violation
<row> <row>
<entry><literal>sepgsql_restorecon(text) returns bool</literal></entry> <entry><literal>sepgsql_restorecon(text) returns bool</literal></entry>
<entry> <entry>
Sets up initial security labels for all objectes within the Sets up initial security labels for all objects within the
current database. The argument may be NULL, or the name of a specfile current database. The argument may be NULL, or the name of a specfile
to be used as alternative of the system default. to be used as alternative of the system default.
</entry> </entry>
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
for primary key columns. Each part is separated from the next by a comma. for primary key columns. Each part is separated from the next by a comma.
For ease of parsing using regular expressions, table and column names are For ease of parsing using regular expressions, table and column names are
always wrapped in double quotes, and data values are always wrapped in always wrapped in double quotes, and data values are always wrapped in
single quotes. Embeded quotes are doubled. single quotes. Embedded quotes are doubled.
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment