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

Commit 82545f6

Browse files
committed
Merge branch 'PGPROEE9_6' into PGPRO9_6_bug_818
2 parents 80adb69 + e8019cd commit 82545f6

File tree

6 files changed

+24
-38
lines changed

6 files changed

+24
-38
lines changed

doc/src/sgml/advanced.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,8 +711,8 @@ SELECT name, altitude
711711
</para>
712712

713713
<para>
714-
If you feel you need more introductory material, please visit the &productname;
715-
<ulink url="http://www.postgresql.org">web site</ulink>
714+
If you feel you need more introductory material, please visit the PostgreSQL
715+
<ulink url="https://www.postgresql.org">web site</ulink>
716716
for links to more resources.
717717
</para>
718718
</sect1>

doc/src/sgml/info.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<term>Web Site</term>
2828
<listitem>
2929
<para>
30-
The <productname>&productname;</productname>
31-
<ulink url="http://www.postgresql.org">web site</ulink>
30+
The Postgres Professional
31+
<ulink url="https://www.postgrespro.com">web site</ulink>
3232
carries details on the latest release and other
3333
information to make your work or play with
3434
<productname>&productname;</productname> more productive.
@@ -42,7 +42,7 @@
4242
<para>
4343
The mailing lists are a good place to have your questions
4444
answered, to share experiences with other users, and to contact
45-
the developers. Consult the <productname>&productname;</> web site
45+
the developers. Consult the <productname>PostgreSQL</> web site
4646
for details.
4747
</para>
4848
</listitem>

doc/src/sgml/installation.sgml

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -343,18 +343,18 @@ su - postgres
343343
<para>
344344
The <productname>&productname;</> &version; sources can be obtained from the
345345
download section of our
346-
website: <ulink url="http://www.postgresql.org/download/"></ulink>. You
347-
should get a file named <filename>postgresql-&version;.tar.gz</filename>
348-
or <filename>postgresql-&version;.tar.bz2</filename>. After
346+
website: <ulink url="https://postgrespro.com/products/download"></ulink>. You
347+
should get a file named <filename>postgrepro-&version;.tar.gz</filename>
348+
or <filename>postgrespro-&version;.tar.bz2</filename>. After
349349
you have obtained the file, unpack it:
350350
<screen>
351-
<userinput>gunzip postgresql-&version;.tar.gz</userinput>
352-
<userinput>tar xf postgresql-&version;.tar</userinput>
351+
<userinput>gunzip postgrepro-&version;.tar.gz</userinput>
352+
<userinput>tar xf postgrepro-&version;.tar</userinput>
353353
</screen>
354354
(Use <command>bunzip2</command> instead of <command>gunzip</command> if you
355355
have the <filename>.bz2</filename> file.)
356356
This will create a directory
357-
<filename>postgresql-&version;</filename> under the current directory
357+
<filename>postgrepro-&version;</filename> under the current directory
358358
with the <productname>&productname;</> sources.
359359
Change into that directory for the rest
360360
of the installation procedure.
@@ -2004,20 +2004,6 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
20042004
<sect1 id="supported-platforms">
20052005
<title>Supported Platforms</title>
20062006

2007-
<para>
2008-
A platform (that is, a CPU architecture and operating system combination)
2009-
is considered supported by the <productname>&productname;</> development
2010-
community if the code contains provisions to work on that platform and
2011-
it has recently been verified to build and pass its regression tests
2012-
on that platform. Currently, most testing of platform compatibility
2013-
is done automatically by test machines in the
2014-
<ulink url="http://buildfarm.postgresql.org/">&productname; Build Farm</ulink>.
2015-
If you are interested in using <productname>&productname;</> on a platform
2016-
that is not represented in the build farm, but on which the code works
2017-
or can be made to work, you are strongly encouraged to set up a build
2018-
farm member machine so that continued compatibility can be assured.
2019-
</para>
2020-
20212007
<para>
20222008
In general, <productname>&productname;</> can be expected to work on
20232009
these CPU architectures: x86, x86_64, IA64, PowerPC,

doc/src/sgml/intro.sgml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@
301301

302302
&history;
303303
&notation;
304-
&info;
305304
&problems;
306305

307306
</preface>

doc/src/sgml/pgprobackup.sgml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ doc/src/sgml/pgprobackup.sgml
340340
</listitem>
341341
<listitem>
342342
<para>
343-
<link linkend="adding-new-backup-instance">Add a new backup instance to the backup catalog.</link>.
343+
<link linkend="adding-new-backup-instance">Add a new backup instance to the backup catalog</link>.
344344
</para>
345345
</listitem>
346346
<listitem>
@@ -494,7 +494,7 @@ GRANT EXECUTE ON FUNCTION txid_snapshot_xmax(txid_snapshot) TO backup;
494494
<orderedlist numeration="arabic">
495495
<listitem>
496496
<para>
497-
Grant the <link linkend="role-attributes"><literal>REPLICATION</literal> privileges</link>
497+
Grant the <link linkend="role-attributes"><literal>REPLICATION</literal> privilege</link>
498498
to the <literal>backup</literal> role:
499499
</para>
500500
<programlisting>
@@ -762,7 +762,7 @@ pg_probackup show-config -B <replaceable>backupdir</replaceable> --instance <rep
762762
</programlisting>
763763
<para>
764764
Displays the contents of the <filename>pg_probackup.conf</filename>
765-
configuration file located in the <filename>backupdir/<replaceable>instance_name</replaceable></filename> directory.
765+
configuration file located in the <filename><replaceable>backupdir</replaceable>/backups/<replaceable>instance_name</replaceable></filename> directory.
766766
To edit <filename>pg_probackup.conf</filename>, use the <xref linkend="pg-probackup-set-config"> command.
767767
It is not allowed to edit <filename>pg_probackup.conf</filename> directly.
768768
</para>
@@ -801,7 +801,7 @@ pg_probackup backup -B <replaceable>backupdir</replaceable> -b <replaceable>back
801801
<programlisting>
802802
pg_probackup restore -B <replaceable>backupdir</replaceable> --instance <replaceable>instance_name</replaceable>
803803
[-D <replaceable>datadir</replaceable>]
804-
[ -i <replaceable>backup_id</replaceable> | [{--time=<replaceable>time</replaceable> | --xid=<replaceable>xid</replaceable> } [--inclusive=<replaceable>boolean</replaceable>]]][--timeline=<replaceable>timeline</replaceable>] [-T OLDDIR=<replaceable>NEWDIR</replaceable>]
804+
[ -i <replaceable>backup_id</replaceable> | [{--time=<replaceable>time</replaceable> | --xid=<replaceable>xid</replaceable> } [--inclusive=<replaceable>boolean</replaceable>]]][--timeline=<replaceable>timeline</replaceable>] [-T <replaceable class="parameter">OLDDIR=NEWDIR</replaceable>]
805805
[-j <replaceable>num_threads</replaceable>] [--progress] [-q] [-v]
806806
</programlisting>
807807
<para>
@@ -905,9 +905,9 @@ pg_probackup archive-push -B <replaceable>backupdir</replaceable> --instance <re
905905
Stores <acronym>WAL</acronym> files in the corresponding subdirectory of the backup catalog.
906906
Can be set as <varname>archive_command</varname> in <filename>postgresql.conf</filename> to perform
907907
archive backups. In addition to copying files, this command also validates the instance by
908-
<replaceable>instance_name</replaceable>, <literal>systemd ID</literal> and <literal>PGDATA</literal>.
908+
<replaceable>instance_name</replaceable>, <literal>system-identifier</literal> and <literal>PGDATA</literal>.
909909
If parameters of the backup instance and the cluster do not match, this command will fail with the following error message:
910-
<quote>Refuse to push <acronym>WAL</acronym> segment <replaceable>segment_name</replaceable> into archive. Instance parameters mismatch</quote>
910+
<quote>Refuse to push <acronym>WAL</acronym> segment <replaceable>segment_name</replaceable> into archive. Instance parameters mismatch.</quote>
911911
For each <acronym>WAL</acronym> file moved to the backup catalog, you will see the following message in <productname>&productname;</productname> logfile:
912912
<quote>pg_probackup archive-push completed successfully</quote>.
913913
</para>
@@ -1463,15 +1463,15 @@ pg_probackup help [<replaceable>command</replaceable>]
14631463
<term><option>--master-db=<replaceable>dbname</replaceable></></term>
14641464
<listitem>
14651465
<para>
1466-
Specifies the name of the database to connect to from the master server. The connection is used
1466+
Specifies the name of the database on the master server to connect to. The connection is used
14671467
only for managing the backup process, so you can connect to any existing database.
14681468
Can be set in the <filename>pg_probackup.conf</filename> using the <command>set-config</command> command.
14691469
Default: <literal>postgres</literal>, the default <productname>&productname;</productname> <literal>dbname</literal>.
14701470
</para>
14711471
</listitem>
14721472
</varlistentry>
14731473
<varlistentry>
1474-
<term><option>--master-host= <replaceable>host</replaceable></></term>
1474+
<term><option>--master-host=<replaceable>host</replaceable></></term>
14751475
<listitem>
14761476
<para>
14771477
Specifies the host name of the system on which the master server is running.
@@ -1778,7 +1778,7 @@ pg_probackup backup -B <replaceable>backupdir</replaceable> --instance <replacea
17781778
<title>Configuring pg_probackup</title>
17791779
<para>Once the backup catalog is initialized and a new backup instance is added,
17801780
you can use the <filename>pg_probackup.conf</filename> configuration file located
1781-
in the <filename>backup/<replaceable>instance_name</replaceable></filename> directory
1781+
in the <filename>backups/<replaceable>instance_name</replaceable></filename> directory
17821782
to fine-tune <application>pg_probackup</application> configuration.
17831783
</para>
17841784
<para>

doc/src/sgml/sourcerepo.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</para>
1212

1313
<para>
14-
Our wiki, <ulink
15-
url="http://wiki.postgresql.org/wiki/Working_with_Git"></ulink>,
14+
PostgreSQL wiki, <ulink
15+
url="https://wiki.postgresql.org/wiki/Working_with_Git"></ulink>,
1616
has some discussion on working with Git.
1717
</para>
1818

@@ -52,7 +52,8 @@
5252
To begin using the Git repository, make a clone of the official mirror:
5353

5454
<programlisting>
55-
git clone git://git.postgresql.org/git/postgresql.git
55+
git clone https://github.com/postgrespro/postgrespro.git
56+
5657
</programlisting>
5758

5859
This will copy the full repository to your local machine, so it may take

0 commit comments

Comments
 (0)