@@ -523,15 +523,15 @@ SELECT add_range_partition('test',
523
523
<sect3 id="pg-pathman-using-declarative-syntax">
524
524
<title>Using Declarative Syntax</title>
525
525
<para>
526
- <productname>&productname ;</productname> provides declarative
526
+ <productname>&project ;</productname> provides declarative
527
527
syntax for partitioning. Using this syntax, you can
528
528
define partitioning strategy when creating a table, as well
529
529
as partition existing tables and manage table partitions.
530
530
</para>
531
531
<para>
532
532
By default, <filename>pg_pathman</filename> extension is used
533
533
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
535
535
for partitioning, set the <xref linkend="guc-partition-backend">
536
536
variable to <literal>internal</literal>. In this case, you can
537
537
perform range and list partitioning.
@@ -560,7 +560,7 @@ SELECT add_range_partition('test',
560
560
</itemizedlist>
561
561
If you would like to use these clauses, you have to set the <xref linkend="guc-partition-backend">
562
562
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">.
564
564
</para>
565
565
566
566
</sect3>
0 commit comments