]> granicus.if.org Git - postgresql/commitdiff
Remove whitespace from end of lines
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 7 Aug 2011 13:11:55 +0000 (16:11 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 7 Aug 2011 13:15:00 +0000 (16:15 +0300)
doc/src/sgml/auth-delay.sgml
doc/src/sgml/datatype.sgml
doc/src/sgml/high-availability.sgml
doc/src/sgml/install-windows.sgml
doc/src/sgml/pgupgrade.sgml
doc/src/sgml/ref/drop_foreign_table.sgml
doc/src/sgml/ref/postgres-ref.sgml
doc/src/sgml/sepgsql.sgml

index b91a7ecda7aea7a611e0feb268b2bf4b47000d76..e377c980cab919a407294356f27ede0255e63897 100644 (file)
@@ -17,7 +17,7 @@
  </para>
 
  <para>
-  In order to function, this module must be loaded via 
+  In order to function, this module must be loaded via
   <xref linkend="guc-shared-preload-libraries"> in <filename>postgresql.conf</>.
  </para>
 
index ab8eb2d30bb8c3c72036c14f4752ea12f724fa1b..0cba6587587dbb07bbbf516e9b68a659f107b48b 100644 (file)
@@ -3875,7 +3875,7 @@ SELECT to_tsvector( 'postgraduate' ) @@ to_tsquery( 'postgres:*' );
  t
 (1 row)
 </programlisting>
-     because <literal>postgres</> gets stemmed to <literal>postgr</>: 
+     because <literal>postgres</> gets stemmed to <literal>postgr</>:
 <programlisting>
 SELECT to_tsquery('postgres:*');
  to_tsquery 
index 0d3baa04bcd441b731787e9f18deab57b8ec38fc..bb787dc396df63bc7bbd3226ffaa4984d8cd8bf4 100644 (file)
@@ -872,7 +872,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
      <literal>pg_stat_replication</></link> view. Large differences between
      <function>pg_current_xlog_location</> and <literal>sent_location</> field
      might indicate that the master server is under heavy load, while
-     differences between <literal>sent_location</> and 
+     differences between <literal>sent_location</> and
      <function>pg_last_xlog_receive_location</> on the standby might indicate
      network delay, or that the standby is under heavy load.
     </para>
index 439f5ad82b2caaf6374f6cf904e8df496f5b98d5..bc2ed012f44c2914e9960d0ac43ecb0fcab5d32c 100644 (file)
@@ -49,8 +49,8 @@
   <xref linkend="installation-notes-mingw"> and <xref linkend="installation-notes-cygwin">.
   To produce native 64 bit binaries in these environments, use the tools from
   <productname>MinGW-w64</productname>. These tools can also be used to
-  cross-compile for 32 bit and 64 bit <productname>Windows</productname> 
-  targets on other hosts, such as <productname>Linux</productname> and 
+  cross-compile for 32 bit and 64 bit <productname>Windows</productname>
+  targets on other hosts, such as <productname>Linux</productname> and
   <productname>Darwin</productname>.
   <productname>Cygwin</productname> is not recommended for running a
   production server, and it should only be used for running on
@@ -61,7 +61,7 @@
  </para>
 
  <para>
-  Native builds of <application>psql</application> don't support command 
+  Native builds of <application>psql</application> don't support command
   line editing. The <productname>Cygwin</productname> build does support
   command line editing, so it should be used where psql is needed for
   interactive use on  <productname>Windows</productname>.
index 5d605e187e8742ad6b2426a010385367374242ca..8ea9c270120a5077de951b37127a16caace08b29 100644 (file)
@@ -294,7 +294,7 @@ NET STOP pgsql-8.3  (<productname>PostgreSQL</> 8.3 and older used a different s
      <application>pg_upgrade</> requires the specification of the old and new cluster's
      data and executable (<filename>bin</>) directories. You can also specify
      user and port values, and whether you want the data linked instead of
-     copied (the default). 
+     copied (the default).
     </para>
 
     <para>
index 9a9624b1873f80b609afcd735a34b52f0fb926ce..1f66126a335681190c2f49f06170c876e5cdd822 100644 (file)
@@ -21,7 +21,7 @@
 DROP FOREIGN TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> [, ...] [ CASCADE | RESTRICT ]
 </synopsis>
  </refsynopsisdiv>
+
  <refsect1>
   <title>Description</title>
 
@@ -30,7 +30,7 @@ DROP FOREIGN TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceabl
    Only the owner of a foreign table can remove it.
   </para>
  </refsect1>
-  
+
  <refsect1>
   <title>Parameters</title>
 
@@ -80,14 +80,14 @@ DROP FOREIGN TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceabl
   <title>Examples</title>
 
   <para>
-   To destroy two foreign tables, <literal>films</literal> and 
+   To destroy two foreign tables, <literal>films</literal> and
    <literal>distributors</literal>:
 
 <programlisting>
 DROP FOREIGN TABLE films, distributors;
 </programlisting></para>
  </refsect1>
+
  <refsect1>
   <title>Compatibility</title>
 
index bd4ae338f73286c9029a9671d7095b315d9de7a8..b16bbdfa4b359f9911b3a2a28e66287871b5ee0a 100644 (file)
@@ -745,7 +745,7 @@ PostgreSQL documentation
 
    <para>
     Note that the single-user mode server does not provide sophisticated
-    line-editing features (no command history, for example). 
+    line-editing features (no command history, for example).
     Single-User mode also does not do any background processing, like
     automatic checkpoints.
 
index fa42c191a1650a4b4fc9921a7a6806af517f252b..fc379885d8b0389923984b17ef1b59b8fe743393 100644 (file)
@@ -147,7 +147,7 @@ $ for DBNAME in template0 template1 postgres; do
    Second, build and install the policy package for the regression test.
    The <filename>sepgsql-regtest.pp</> is a special purpose policy package
    which provides a set of rules to be allowed during the regression tests.
-   It should be built from the policy source file 
+   It should be built from the policy source file
    (<filename>sepgsql-regtest.te</>), which is normally done using
    <command>make</command>.  You will need to locate the appropriate
    Makefile on your system; the path shown below is only an example.