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

Commit b2df0fd

Browse files
author
Liudmila Mantrova
committed
DOC: eliminating erroneous productnames in EE modules specific to 10
1 parent e16a374 commit b2df0fd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/src/sgml/in-memory.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<title>in_memory</title>
33
<para>
44
The <filename>in_memory</filename> extension enables you to
5-
store data in <productname>&productname;</productname>
5+
store data in <productname>&project;</productname>
66
shared memory using in-memory tables implemented via foreign data wrappers (FDW).
77
</para>
88

doc/src/sgml/intro.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
<listitem>
303303
<simpara>
304304
<filename>in-memory</filename> module
305-
enables you to store data in <productname>&productname;</productname>
305+
enables you to store data in <productname>&project;</productname>
306306
shared memory.
307307
</simpara>
308308
</listitem>

doc/src/sgml/pgpathman.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -523,15 +523,15 @@ SELECT add_range_partition('test',
523523
<sect3 id="pg-pathman-using-declarative-syntax">
524524
<title>Using Declarative Syntax</title>
525525
<para>
526-
<productname>&productname;</productname> provides declarative
526+
<productname>&project;</productname> provides declarative
527527
syntax for partitioning. Using this syntax, you can
528528
define partitioning strategy when creating a table, as well
529529
as partition existing tables and manage table partitions.
530530
</para>
531531
<para>
532532
By default, <filename>pg_pathman</filename> extension is used
533533
for range and hash partitioning, while list partitioning is disabled.
534-
To use <productname>&productname;</productname> core functionality
534+
To use <productname>&project;</productname> core functionality
535535
for partitioning, set the <xref linkend="guc-partition-backend">
536536
variable to <literal>internal</literal>. In this case, you can
537537
perform range and list partitioning.
@@ -560,7 +560,7 @@ SELECT add_range_partition('test',
560560
</itemizedlist>
561561
If you would like to use these clauses, you have to set the <xref linkend="guc-partition-backend">
562562
variable to <literal>internal</literal>. For details on partitioning features
563-
provided by <productname>&productname;</productname> core, see <xref linkend="ddl-partitioning">.
563+
provided by <productname>&project;</productname> core, see <xref linkend="ddl-partitioning">.
564564
</para>
565565

566566
</sect3>

0 commit comments

Comments
 (0)