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

Commit 95106cd

Browse files
author
Liudmila Mantrova
committed
DOC: fix for postgrespro vs postgresql
1 parent 1a6aa1b commit 95106cd

File tree

4 files changed

+15
-28
lines changed

4 files changed

+15
-28
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 PostgreSQL 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="https://buildfarm.postgresql.org/">PostgreSQL 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/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)