Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9ca4a07

Browse files
author
Liudmila Mantrova
committed
DOC: fix incorrect merge from PGPRO9_6
1 parent c9c5415 commit 9ca4a07

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

doc/src/sgml/mchar.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
It implements types MCHAR and MVARCHAR, which are bug-to-bug
1616
compatible with MSSQL CHAR and VARCHAR respectively. Additionaly,
1717
these types use libicu for comparation and case conversion, so their
18-
behavior is identical across different operating system.
18+
behavior is identical across different operating systems.
1919
</para>
2020
<para>
2121
&productname; also includes <xref linkend="citext"> extension which

doc/src/sgml/pgpathman.sgml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,6 @@ CREATE EXTENSION pg_pathman;
8484
Once <filename>pg_pathman</filename> is enabled, you can start
8585
partitioning tables.
8686
</para>
87-
<tip>
88-
<para>You can also build <filename>pg_pathman</filename> from source code by executing the following command in the <filename>pg_pathman</filename> directory:
89-
</para>
90-
<programlisting>
91-
make install USE_PGXS=1
92-
</programlisting>
93-
<para>When this operation is complete, follow the steps described above to complete the setup.
94-
</para>
95-
<para>In addition, do not forget to set the <envar>PG_CONFIG</envar> variable if you want to test <filename>pg_pathman</filename> on a custom build of <productname>&productname;</productname>. For details, see
96-
<ulink url="https://wiki.postgresql.org/wiki/Building_and_Installing_PostgreSQL_Extension_Modules">Building and Installing PostgreSQL Extension Modules</ulink>.
97-
</para>
98-
</tip>
9987
<para>You can toggle <filename>pg_pathman</filename> or its specific custom
10088
nodes on and off using <acronym>GUC</acronym> variables. For details, see <xref linkend="pg-pathman-guc-variables">.</para>
10189
<para>

doc/src/sgml/postgres.sgml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,6 @@
272272
&contrib;
273273
&external-projects;
274274
&config-one-c;
275-
&sourcerepo;
276-
&docguide;
277275
&demodb-bookings;
278276
&acronyms;
279277

0 commit comments

Comments
 (0)