diff options
| author | Tom Lane | 2009-01-06 17:28:15 +0000 |
|---|---|---|
| committer | Tom Lane | 2009-01-06 17:28:15 +0000 |
| commit | e3a4d5cf8c0b4a88f94fb3b44ebc9f8e8e6d89fb (patch) | |
| tree | 77d020bfd368b2d905d79e6342e1414fce32756f /doc/src | |
| parent | 4d79a504942d7e3f58133bc56087137091f3a5b7 (diff) | |
Remove references to pgsql-ports and pgsql-patches mailing lists from
various documentation, since those lists are now dead/deprecated.
Point to pgsql-bugs and/or pgsql-hackers as appropriate.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/installation.sgml | 7 | ||||
| -rw-r--r-- | doc/src/sgml/problems.sgml | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 6dc40789793..2ccd57efe2f 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.177.2.8 2004/01/04 16:44:22 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.177.2.9 2009/01/06 17:28:15 tgl Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -1476,9 +1476,8 @@ kill `cat /usr/local/pgsql/data/postmaster.pid` <note> <para> If you are having problems with the installation on a supported - platform, please write to <email>pgsql-bugs@postgresql.org</email> - or <email>pgsql-ports@postgresql.org</email>, not to the people - listed here. + platform, please write to <email>pgsql-bugs@postgresql.org</email>, + not to the people listed here. </para> </note> diff --git a/doc/src/sgml/problems.sgml b/doc/src/sgml/problems.sgml index 53dd0c673d2..ea06973dae0 100644 --- a/doc/src/sgml/problems.sgml +++ b/doc/src/sgml/problems.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/problems.sgml,v 2.15.4.1 2005/01/30 21:32:10 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/problems.sgml,v 2.15.4.2 2009/01/06 17:28:15 tgl Exp $ --> <sect1 id="bug-reporting"> @@ -333,10 +333,10 @@ $Header: /cvsroot/pgsql/doc/src/sgml/problems.sgml,v 2.15.4.1 2005/01/30 21:32:1 Please be specific about what part of the documentation you are unhappy with. </para> - + <para> If your bug is a portability problem on a non-supported platform, - send mail to <email>pgsql-ports@postgresql.org</email>, + send mail to <email>pgsql-hackers@postgresql.org</email>, so we (and you) can work on porting <productname>PostgreSQL</productname> to your platform. </para> |
