mirror of
https://github.com/postgres/postgres.git
synced 2026-06-05 14:54:26 -04:00
doc: Fix typos
From: Alexander Law <exclusion@gmail.com>
This commit is contained in:
parent
042009f244
commit
544ea9d7e0
2 changed files with 3 additions and 3 deletions
|
|
@ -98,7 +98,7 @@ INSERT 0 1
|
|||
<title>Authors</title>
|
||||
|
||||
<para>
|
||||
Teodor Sigaev (<email>teodor@stack.net</email>) ,
|
||||
Teodor Sigaev (<email>teodor@stack.net</email>),
|
||||
Oleg Bartunov (<email>oleg@sai.msu.su</email>), and
|
||||
Janko Richter (<email>jankorichter@yahoo.de</email>). See
|
||||
<ulink url="http://www.sai.msu.su/~megera/postgres/gist/"></ulink>
|
||||
|
|
|
|||
|
|
@ -619,13 +619,13 @@ ERROR: SELinux: security policy violation
|
|||
</row>
|
||||
<row>
|
||||
<entry><literal>sepgsql_mcstrans_in(text) returns text</literal></entry>
|
||||
<entry>Translates the given qualifies MLS/MCS range into raw format if
|
||||
<entry>Translates the given qualified MLS/MCS range into raw format if
|
||||
the mcstrans daemon is running.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>sepgsql_mcstrans_out(text) returns text</literal></entry>
|
||||
<entry>Translates the given raw MCS/MCS range into qualified format if
|
||||
<entry>Translates the given raw MLS/MCS range into qualified format if
|
||||
the mcstrans daemon is running.
|
||||
</entry>
|
||||
</row>
|
||||
|
|
|
|||
Loading…
Reference in a new issue