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

Commit bdb6677

Browse files
committed
[Doc]: Apply patch for intro.sgml
1 parent 1a9f33a commit bdb6677

File tree

2 files changed

+27
-30
lines changed

2 files changed

+27
-30
lines changed

doc/src/sgml/intro.sgml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -153,71 +153,71 @@
153153

154154
<para>
155155
<productname>&productname;</productname> is the most actual PostgreSQL version with some additional patches applied and extensions added.
156-
Mostly, these are patches already accepted by the PostgreSQL community and committed into PostgreSQL.
156+
Mostly, these are patches already accepted by the PostgreSQL community and committed into PostgreSQL.
157157
Also there some patches and extensions developed by Postgres Professional.
158158
Users of <productname>&productname;</productname> thus have early access to some important features and fixes.
159159
</para>
160160

161161
<para>Currently the difference between <productname>&productname;</productname> and PostgreSQL is the following:
162162
<itemizedlist spacing="compact">
163163
<listitem>
164-
<simpara>Performance improvement on multicore systems (buffer manager and locks optimization).</simpara>
164+
<simpara>Performance improvement on multicore systems (buffer manager and locks optimization)</simpara>
165165
</listitem>
166166
<listitem>
167-
<simpara>Full text search improvements: phrase search, hunspell morphology,
168-
some dictionaries are bundled with distribution and can be enabled by a single SQL statement,
169-
<application>shared_ispell</application> allowing to store dictionaries in shared memory.</simpara>
167+
<simpara>Full text search improvements: phrase search, hunspell morphology,
168+
some dictionaries are bundled with distribution and can be enabled by a single SQL statement,
169+
<link linkend="shared-ispell"><application>shared_ispell</application></link> allowing to store dictionaries in shared memory</simpara>
170170
</listitem>
171171
<listitem>
172-
<simpara>Covering indexes.</simpara>
172+
<simpara>Covering indexes</simpara>
173173
</listitem>
174174
<listitem>
175-
<simpara><application>libicu</application> support on all platforms, providing platform-independent sort for various locales.</simpara>
175+
<simpara><application>libicu</application> support on all platforms, providing platform-independent sort for various locales</simpara>
176176
</listitem>
177177
<listitem>
178-
<simpara><application>pg_trgm</application> module supporting fuzzy string comparison and substring search.</simpara>
178+
<simpara><link linkend="pgtrgm"><application>pg_trgm</application></link> module supporting fuzzy string comparison and substring search</simpara>
179179
</listitem>
180180
<listitem>
181-
<simpara>Improved <application>pageinspect</application> module provides access to internal data storage structure.</simpara>
181+
<simpara>Improved <link linkend="pageinspect"><application>pageinspect</application></link> module provides access to internal data storage structure</simpara>
182182
</listitem>
183183
<listitem>
184-
<simpara><application>sr_plan</application> module allows to save and restore query plans.</simpara>
184+
<simpara><link linkend="sr-plan"><application>sr_plan</application></link> module allows to save and restore query plans</simpara>
185185
</listitem>
186186
<listitem>
187-
<simpara><application>dump_stat</application> module allowing to save and restore database statistics when dumping/restoring the database. </simpara>
187+
<simpara><link linkend="dump-stat"><application>dump_stat</application></link> module allowing to save and restore database statistics when dumping/restoring the database</simpara>
188188
</listitem>
189189
<listitem>
190-
<simpara><application>jsquery</application> module provides a specific language for effective index-supported querying of JSONB data.</simpara>
190+
<simpara><link linkend="jsquery"><application>jsquery</application></link> module provides a specific language for effective index-supported querying of JSONB data</simpara>
191191
</listitem>
192192
<listitem>
193-
<simpara><application>pg_variables</application> module provides functions to work with variables of various types.</simpara>
193+
<simpara><link linkend="pg-variables"><application>pg_variables</application></link> module provides functions to work with variables of various types</simpara>
194194
</listitem>
195195
<listitem>
196-
<simpara><application>pg_pathman</application> module provides optimized partitioning mechanism and functions to manage partitions.</simpara>
196+
<simpara><link linkend="pg-pathman"><application>pg_pathman</application></link> module provides optimized partitioning mechanism and functions to manage partitions</simpara>
197197
</listitem>
198198
<listitem>
199-
<simpara><application>pg_query_state</application> module provides a facility to know the current state of query execution on working backend.</simpara>
199+
<simpara><link linkend="pg-query-state"><application>pg_query_state</application></link> module provides a facility to know the current state of query execution on working backend</simpara>
200200
</listitem>
201201
<listitem>
202-
<simpara><application>pg_probackup</application> is a backup and recovery manager.</simpara>
202+
<simpara><link linkend="app-pgprobackup"><application>pg_probackup</application></link> is a backup and recovery manager</simpara>
203203
</listitem>
204204
<listitem>
205-
<simpara><application>mchar</application> module provides additional data type to compatibility with Microsoft SQL Server.</simpara>
205+
<simpara><link linkend="mchar"><application>mchar</application></link> module provides additional data type to compatibility with Microsoft SQL Server</simpara>
206206
</listitem>
207207
<listitem>
208-
<simpara><application>fulleq</application> module provides additional equivalence operator to compatibility with Microsoft SQL Server.</simpara>
208+
<simpara><link linkend="fulleq"><application>fulleq</application></link> module provides additional equivalence operator to compatibility with Microsoft SQL Server</simpara>
209209
</listitem>
210210
<listitem>
211-
<simpara><application>fasttrun</application> module provides transaction unsafe function to truncate temporary tables without growing pg_class size.</simpara>
211+
<simpara><link linkend="fasttrun"><application>fasttrun</application></link> module provides transaction unsafe function to truncate temporary tables without growing pg_class size</simpara>
212212
</listitem>
213213
<listitem>
214-
<simpara><application>online_analyze</application> module provides set of
214+
<simpara><link linkend="online-analyze"><application>online_analyze</application></link> module provides set of
215215
changes, which immediately update stats after INSERT, UPDATE, DELETE
216-
or SELECT INTO operations applied for affected tables.</simpara>
216+
or SELECT INTO operations applied for affected tables</simpara>
217217
</listitem>
218218
<listitem>
219-
<simpara><application>plantuner</application> module provides hits for planner, which can do disable or enable indexes for query execution.</simpara>
220-
</listitem>
219+
<simpara><link linkend="plantuner"><application>plantuner</application></link> module provides hits for planner, which can do disable or enable indexes for query execution</simpara>
220+
</listitem>
221221
<listitem>
222222
<simpara>Added k-nearest neighbors algorithm (KNN) for SP-GiST and B-tree (See <xref linkend="spgist">)</simpara>
223223
</listitem>
@@ -246,7 +246,7 @@
246246
<simpara>Added support for relocatable tables (See <xref linkend="pgtransfer">)</simpara>
247247
</listitem>
248248
<listitem>
249-
<simpara>Extension <application>pg_hint_plan</application> has been added (See <xref linkend="pg-hint-plan">)</simpara>
249+
<simpara>Extension <link linkend="pg-hint-plan"><application>pg_hint_plan</application></link> has been added</simpara>
250250
</listitem>
251251
<listitem>
252252
<simpara>Transaction IDs on 64-bit platforms use 64-bit data type</simpara>
@@ -258,13 +258,13 @@
258258
<simpara>Consistent read on slaves (wait for WAL apply, see <xref linkend="sql-waitlsn">)</simpara>
259259
</listitem>
260260
<listitem>
261-
<simpara>Utility <application>pg_repack</application> has been added (See <xref linkend="app-pgrepack">)</simpara>
262-
</listitem>
261+
<simpara>Utility <link linkend="app-pgrepack"><application>pg_repack</application></link> has been added</simpara>
262+
</listitem>
263263
</itemizedlist>
264264
</para>
265265

266266
<para>
267-
<productname>&productname;</productname> releases are following the PostgreSQL releases, though sometimes occur more frequently.
267+
<productname>&productname;</productname> releases are following the PostgreSQL releases, though sometimes occur more frequently.
268268
The <productname>&productname;</productname> versioning scheme is based on the PostgreSQL one and has an additional decimal place.
269269
</para>
270270

doc/src/sgml/release-proee-9.6.sgml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@
7070
<listitem>
7171
<para>Improved compressed tablespaces:</para>
7272
<itemizedlist>
73-
<!-- Waiting for the license:
74-
<listitem><para>Replaced <acronym>RC4</acronym> encryption algorithm
75-
with <acronym>AES</acronym>.</para></listitem> -->
7673
<listitem>
7774
<para>Added function <function>cfs_garbage_ratio</function>, which
7875
returns garbage ratio for a given relation.</para></listitem>

0 commit comments

Comments
 (0)