File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 17
17
</para>
18
18
19
19
<para>
20
- In order to function, this module must be loaded via
20
+ In order to function, this module must be loaded via
21
21
<xref linkend="guc-shared-preload-libraries"> in <filename>postgresql.conf</>.
22
22
</para>
23
23
Original file line number Diff line number Diff line change @@ -3875,7 +3875,7 @@ SELECT to_tsvector( 'postgraduate' ) @@ to_tsquery( 'postgres:*' );
3875
3875
t
3876
3876
(1 row)
3877
3877
</programlisting>
3878
- because <literal>postgres</> gets stemmed to <literal>postgr</>:
3878
+ because <literal>postgres</> gets stemmed to <literal>postgr</>:
3879
3879
<programlisting>
3880
3880
SELECT to_tsquery('postgres:*');
3881
3881
to_tsquery
Original file line number Diff line number Diff line change @@ -872,7 +872,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
872
872
<literal>pg_stat_replication</></link> view. Large differences between
873
873
<function>pg_current_xlog_location</> and <literal>sent_location</> field
874
874
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
876
876
<function>pg_last_xlog_receive_location</> on the standby might indicate
877
877
network delay, or that the standby is under heavy load.
878
878
</para>
Original file line number Diff line number Diff line change 49
49
<xref linkend="installation-notes-mingw"> and <xref linkend="installation-notes-cygwin">.
50
50
To produce native 64 bit binaries in these environments, use the tools from
51
51
<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
54
54
<productname>Darwin</productname>.
55
55
<productname>Cygwin</productname> is not recommended for running a
56
56
production server, and it should only be used for running on
61
61
</para>
62
62
63
63
<para>
64
- Native builds of <application>psql</application> don't support command
64
+ Native builds of <application>psql</application> don't support command
65
65
line editing. The <productname>Cygwin</productname> build does support
66
66
command line editing, so it should be used where psql is needed for
67
67
interactive use on <productname>Windows</productname>.
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ NET STOP pgsql-8.3 (<productname>PostgreSQL</> 8.3 and older used a different s
294
294
<application>pg_upgrade</> requires the specification of the old and new cluster's
295
295
data and executable (<filename>bin</>) directories. You can also specify
296
296
user and port values, and whether you want the data linked instead of
297
- copied (the default).
297
+ copied (the default).
298
298
</para>
299
299
300
300
<para>
Original file line number Diff line number Diff line change 21
21
DROP FOREIGN TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> [, ...] [ CASCADE | RESTRICT ]
22
22
</synopsis>
23
23
</refsynopsisdiv>
24
-
24
+
25
25
<refsect1>
26
26
<title>Description</title>
27
27
@@ -30,7 +30,7 @@ DROP FOREIGN TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceabl
30
30
Only the owner of a foreign table can remove it.
31
31
</para>
32
32
</refsect1>
33
-
33
+
34
34
<refsect1>
35
35
<title>Parameters</title>
36
36
@@ -80,14 +80,14 @@ DROP FOREIGN TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceabl
80
80
<title>Examples</title>
81
81
82
82
<para>
83
- To destroy two foreign tables, <literal>films</literal> and
83
+ To destroy two foreign tables, <literal>films</literal> and
84
84
<literal>distributors</literal>:
85
85
86
86
<programlisting>
87
87
DROP FOREIGN TABLE films, distributors;
88
88
</programlisting></para>
89
89
</refsect1>
90
-
90
+
91
91
<refsect1>
92
92
<title>Compatibility</title>
93
93
Original file line number Diff line number Diff line change @@ -745,7 +745,7 @@ PostgreSQL documentation
745
745
746
746
<para>
747
747
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).
749
749
Single-User mode also does not do any background processing, like
750
750
automatic checkpoints.
751
751
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ $ for DBNAME in template0 template1 postgres; do
147
147
Second, build and install the policy package for the regression test.
148
148
The <filename>sepgsql-regtest.pp</> is a special purpose policy package
149
149
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
151
151
(<filename>sepgsql-regtest.te</>), which is normally done using
152
152
<command>make</command>. You will need to locate the appropriate
153
153
Makefile on your system; the path shown below is only an example.
You can’t perform that action at this time.
0 commit comments