Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commited95071

Browse files
author
Liudmila Mantrova
committed
Docs - fixed typos
1 parentff6fddb commited95071

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

‎doc/src/sgml/aqo.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ DELETE FROM aqo_data;
263263
</programlisting>
264264
<para>
265265
Alternatively, you can specify a particular query type to reset by
266-
providing its hash value in the <literal>fspase_hash</literal> option. For example:
266+
providing its hash value in the <literal>fspace_hash</literal> option. For example:
267267
</para>
268268
<programlisting>
269269
DELETE FROM aqo_data WHERE fspace_hash = (SELECT fspace_hash FROM aqo_queries

‎doc/src/sgml/libpq.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
892892
There can be more than one <literal>host</literal> parameter in
893893
the connection string. In this case these hosts would be considered
894894
alternate entries into same database and if connection to first one
895-
fails, the second would beattemped, and so on. This can be used
895+
fails, the second would beattempted, and so on. This can be used
896896
for high availability clusters or for load balancing. See the
897897
<xref linkend="libpq-connect-hostorder"> parameter. This feature
898898
works for TCP/IP host names only.
@@ -972,8 +972,8 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
972972
specified in the <xref linkend="libpq-connect-host"> parameter.
973973
</para>
974974
<para>
975-
If the value of this argument is <literal>sequential</literal> (the
976-
default) connections to the hosts will be attempted in the order in
975+
If the value of this argument is <literal>sequential</literal>
976+
(default), connections to the hosts will be attempted in the order in
977977
which they are specified.
978978
</para>
979979
<para>
@@ -982,7 +982,7 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
982982
several cluster nodes. However, PostgreSQL doesn't currently support
983983
multimaster clusters. So, without the use of third-party products,
984984
only read-only connections can take advantage from
985-
load-balancing. See <xref linkend="libpq-connect-target-server-type">
985+
load-balancing. See <xref linkend="libpq-connect-target-server-type">.
986986
</para>
987987
</listitem>
988988
</varlistentry>
@@ -1057,7 +1057,7 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
10571057
<term><literal>failover_timeout</literal></term>
10581058
<listitem>
10591059
<para>
1060-
Maximum time to cyclically retry all the hosts in the connection string.
1060+
Maximum time to cyclically retry all the hosts in the connection string
10611061
(as decimal integer number of seconds). If not specified, then
10621062
hosts are tried just once.
10631063
</para>

‎doc/src/sgml/ref/create_table.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ PARTITION <replaceable class="PARAMETER">partition_name</replaceable> VALUES LES
979979
<para>
980980
The name of the column by which to perform table partitioning. It is recommended to choose partitioning keys of the following types:</para>
981981
<itemizedlist>
982-
<listitem><para><type>text</type>of <type>integer</type> data types for hash partitioning</para></listitem>
982+
<listitem><para><type>text</type>or <type>integer</type> data types for hash partitioning</para></listitem>
983983
<listitem><para>numeric or date/time data types for range partitioning</para></listitem>
984984
</itemizedlist>
985985
</listitem>

‎doc/src/sgml/ref/initdb.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ doc/src/sgml/ref/initdb.sgml
400400
<term><option>--xid=<replaceable class="parameter">START_XID</replaceable></option></term>
401401
<listitem>
402402
<para>
403-
Specifies a start xid value in the decimal for new db instance to test 64-bit xids,
403+
Specifies a start xid value in the decimalformatfor new db instance to test 64-bit xids,
404404
default value is <literal>0</literal>.
405405
</para>
406406
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp