mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
@ -98,7 +98,7 @@ INSERT 0 1
|
|||||||
<title>Authors</title>
|
<title>Authors</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Teodor Sigaev (<email>teodor@stack.net</email>) ,
|
Teodor Sigaev (<email>teodor@stack.net</email>),
|
||||||
Oleg Bartunov (<email>oleg@sai.msu.su</email>), and
|
Oleg Bartunov (<email>oleg@sai.msu.su</email>), and
|
||||||
Janko Richter (<email>jankorichter@yahoo.de</email>). See
|
Janko Richter (<email>jankorichter@yahoo.de</email>). See
|
||||||
<ulink url="http://www.sai.msu.su/~megera/postgres/gist/"></ulink>
|
<ulink url="http://www.sai.msu.su/~megera/postgres/gist/"></ulink>
|
||||||
|
@ -84,7 +84,7 @@
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
Both 32-bit and 64-bit builds are possible with the Microsoft Compiler suite.
|
Both 32-bit and 64-bit builds are possible with the Microsoft Compiler suite.
|
||||||
32-bit PostgreSQL buils are possible with
|
32-bit PostgreSQL builds are possible with
|
||||||
<productname>Visual Studio 2005</productname> to
|
<productname>Visual Studio 2005</productname> to
|
||||||
<productname>Visual Studio 2015</productname> (including Express editions),
|
<productname>Visual Studio 2015</productname> (including Express editions),
|
||||||
as well as standalone Windows SDK releases 6.0 to 7.1.
|
as well as standalone Windows SDK releases 6.0 to 7.1.
|
||||||
|
@ -16,7 +16,7 @@ PostgreSQL documentation
|
|||||||
|
|
||||||
<refnamediv>
|
<refnamediv>
|
||||||
<refname>pg_xlogdump</refname>
|
<refname>pg_xlogdump</refname>
|
||||||
<refpurpose>Display a human-readable rendering of the write-ahead log of a <productname>PostgreSQL</productname> database cluster</refpurpose>
|
<refpurpose>display a human-readable rendering of the write-ahead log of a <productname>PostgreSQL</productname> database cluster</refpurpose>
|
||||||
</refnamediv>
|
</refnamediv>
|
||||||
|
|
||||||
<refsynopsisdiv>
|
<refsynopsisdiv>
|
||||||
|
@ -675,13 +675,13 @@ ERROR: SELinux: security policy violation
|
|||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>sepgsql_mcstrans_in(text) returns text</literal></entry>
|
<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.
|
the mcstrans daemon is running.
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>sepgsql_mcstrans_out(text) returns text</literal></entry>
|
<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.
|
the mcstrans daemon is running.
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
Reference in New Issue
Block a user