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

Commit9089628

Browse files
committed
Remove whitespace from end of lines
1 parentb689df4 commit9089628

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

‎doc/src/sgml/auth-delay.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</para>
1818

1919
<para>
20-
In order to function, this module must be loaded via
20+
In order to function, this module must be loaded via
2121
<xref linkend="guc-shared-preload-libraries"> in <filename>postgresql.conf</>.
2222
</para>
2323

‎doc/src/sgml/datatype.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3875,7 +3875,7 @@ SELECT to_tsvector( 'postgraduate' ) @@ to_tsquery( 'postgres:*' );
38753875
t
38763876
(1 row)
38773877
</programlisting>
3878-
because <literal>postgres</> gets stemmed to <literal>postgr</>:
3878+
because <literal>postgres</> gets stemmed to <literal>postgr</>:
38793879
<programlisting>
38803880
SELECT to_tsquery('postgres:*');
38813881
to_tsquery

‎doc/src/sgml/high-availability.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
872872
<literal>pg_stat_replication</></link> view. Large differences between
873873
<function>pg_current_xlog_location</> and <literal>sent_location</> field
874874
might indicate that the master server is under heavy load, while
875-
differences between <literal>sent_location</> and
875+
differences between <literal>sent_location</> and
876876
<function>pg_last_xlog_receive_location</> on the standby might indicate
877877
network delay, or that the standby is under heavy load.
878878
</para>

‎doc/src/sgml/install-windows.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
<xref linkend="installation-notes-mingw"> and <xref linkend="installation-notes-cygwin">.
5050
To produce native 64 bit binaries in these environments, use the tools from
5151
<productname>MinGW-w64</productname>. These tools can also be used to
52-
cross-compile for 32 bit and 64 bit <productname>Windows</productname>
53-
targets on other hosts, such as <productname>Linux</productname> and
52+
cross-compile for 32 bit and 64 bit <productname>Windows</productname>
53+
targets on other hosts, such as <productname>Linux</productname> and
5454
<productname>Darwin</productname>.
5555
<productname>Cygwin</productname> is not recommended for running a
5656
production server, and it should only be used for running on
@@ -61,7 +61,7 @@
6161
</para>
6262

6363
<para>
64-
Native builds of <application>psql</application> don't support command
64+
Native builds of <application>psql</application> don't support command
6565
line editing. The <productname>Cygwin</productname> build does support
6666
command line editing, so it should be used where psql is needed for
6767
interactive use on <productname>Windows</productname>.

‎doc/src/sgml/pgupgrade.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ NET STOP pgsql-8.3 (<productname>PostgreSQL</> 8.3 and older used a different s
294294
<application>pg_upgrade</> requires the specification of the old and new cluster's
295295
data and executable (<filename>bin</>) directories. You can also specify
296296
user and port values, and whether you want the data linked instead of
297-
copied (the default).
297+
copied (the default).
298298
</para>
299299

300300
<para>

‎doc/src/sgml/ref/drop_foreign_table.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
DROP FOREIGN TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> [, ...] [ CASCADE | RESTRICT ]
2222
</synopsis>
2323
</refsynopsisdiv>
24-
24+
2525
<refsect1>
2626
<title>Description</title>
2727

@@ -30,7 +30,7 @@ DROP FOREIGN TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceabl
3030
Only the owner of a foreign table can remove it.
3131
</para>
3232
</refsect1>
33-
33+
3434
<refsect1>
3535
<title>Parameters</title>
3636

@@ -80,14 +80,14 @@ DROP FOREIGN TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceabl
8080
<title>Examples</title>
8181

8282
<para>
83-
To destroy two foreign tables, <literal>films</literal> and
83+
To destroy two foreign tables, <literal>films</literal> and
8484
<literal>distributors</literal>:
8585

8686
<programlisting>
8787
DROP FOREIGN TABLE films, distributors;
8888
</programlisting></para>
8989
</refsect1>
90-
90+
9191
<refsect1>
9292
<title>Compatibility</title>
9393

‎doc/src/sgml/ref/postgres-ref.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ PostgreSQL documentation
745745

746746
<para>
747747
Note that the single-user mode server does not provide sophisticated
748-
line-editing features (no command history, for example).
748+
line-editing features (no command history, for example).
749749
Single-User mode also does not do any background processing, like
750750
automatic checkpoints.
751751

‎doc/src/sgml/sepgsql.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ $ for DBNAME in template0 template1 postgres; do
147147
Second, build and install the policy package for the regression test.
148148
The <filename>sepgsql-regtest.pp</> is a special purpose policy package
149149
which provides a set of rules to be allowed during the regression tests.
150-
It should be built from the policy source file
150+
It should be built from the policy source file
151151
(<filename>sepgsql-regtest.te</>), which is normally done using
152152
<command>make</command>. You will need to locate the appropriate
153153
Makefile on your system; the path shown below is only an example.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp