diff options
author | Magnus Hagander | 2019-01-17 12:42:40 +0000 |
---|---|---|
committer | Magnus Hagander | 2019-01-17 12:42:40 +0000 |
commit | c0d0e540847d24d9dfe374549fb4cfd5ca40d050 (patch) | |
tree | 661d3495eb0da6e6359a451a227a14e3495a21f1 | |
parent | 0e10040e19db02a797a2597d2fecbaa094f04866 (diff) |
Replace references to mailinglists with @lists.postgresql.org
The namespace for all lists have changed a while ago, so all references
should use the correct address.
-rw-r--r-- | doc/src/sgml/installation.sgml | 4 | ||||
-rw-r--r-- | doc/src/sgml/problems.sgml | 14 | ||||
-rw-r--r-- | doc/src/sgml/stylesheet-hh.xsl | 2 | ||||
-rw-r--r-- | doc/src/sgml/stylesheet-html-common.xsl | 2 | ||||
-rw-r--r-- | doc/src/sgml/xml2.sgml | 2 |
5 files changed, 12 insertions, 12 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 9f5d3cfdb6..ee518fb9b6 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1953,9 +1953,9 @@ export MANPATH <para> If you have installation problems on a platform that is known to be supported according to recent build farm results, please report - it to <email>[email protected]</email>. If you are interested + it to <email>[email protected]</email>. If you are interested in porting <productname>PostgreSQL</productname> to a new platform, - <email>[email protected]</email> is the appropriate place + <email>[email protected]</email> is the appropriate place to discuss that. </para> </sect1> diff --git a/doc/src/sgml/problems.sgml b/doc/src/sgml/problems.sgml index a6b5fe2b63..02ed975ec2 100644 --- a/doc/src/sgml/problems.sgml +++ b/doc/src/sgml/problems.sgml @@ -296,7 +296,7 @@ <para> In general, send bug reports to the bug report mailing list at - <email>[email protected]</email>. + <email>[email protected]</email>. You are requested to use a descriptive subject for your email message, perhaps parts of the error message. </para> @@ -306,7 +306,7 @@ at the project's <ulink url="https://www.postgresql.org/">web site</ulink>. Entering a bug report this way causes it to be mailed to the - <email>[email protected]</email> mailing list. + <email>[email protected]</email> mailing list. </para> <para> @@ -318,8 +318,8 @@ <para> Do not send bug reports to any of the user mailing lists, such as - <email>[email protected]</email> or - <email>[email protected]</email>. + <email>[email protected]</email> or + <email>[email protected]</email>. These mailing lists are for answering user questions, and their subscribers normally do not wish to receive bug reports. More importantly, they are unlikely to fix them. @@ -327,7 +327,7 @@ <para> Also, please do <emphasis>not</emphasis> send reports to - the developers' mailing list <email>[email protected]</email>. + the developers' mailing list <email>[email protected]</email>. This list is for discussing the development of <productname>PostgreSQL</productname>, and it would be nice if we could keep the bug reports separate. We might choose to take up a @@ -337,14 +337,14 @@ <para> If you have a problem with the documentation, the best place to report it - is the documentation mailing list <email>[email protected]</email>. + is the documentation mailing list <email>[email protected]</email>. 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>[email protected]</email>, + send mail to <email>[email protected]</email>, so we (and you) can work on porting <productname>PostgreSQL</productname> to your platform. </para> diff --git a/doc/src/sgml/stylesheet-hh.xsl b/doc/src/sgml/stylesheet-hh.xsl index 09a95041d6..ae9c0c47c7 100644 --- a/doc/src/sgml/stylesheet-hh.xsl +++ b/doc/src/sgml/stylesheet-hh.xsl @@ -15,7 +15,7 @@ <xsl:param name="make.valid.html" select="1"></xsl:param> <xsl:param name="generate.id.attributes" select="1"></xsl:param> <xsl:param name="generate.legalnotice.link" select="1"></xsl:param> -<xsl:param name="link.mailto.url">[email protected]</xsl:param> +<xsl:param name="link.mailto.url">[email protected]</xsl:param> <xsl:param name="chunker.output.indent" select="'yes'"/> <xsl:param name="chunk.quietly" select="1"></xsl:param> diff --git a/doc/src/sgml/stylesheet-html-common.xsl b/doc/src/sgml/stylesheet-html-common.xsl index 17b7230d2c..8942d99472 100644 --- a/doc/src/sgml/stylesheet-html-common.xsl +++ b/doc/src/sgml/stylesheet-html-common.xsl @@ -14,7 +14,7 @@ <!-- Parameters --> <xsl:param name="make.valid.html" select="1"></xsl:param> <xsl:param name="generate.id.attributes" select="1"></xsl:param> -<xsl:param name="link.mailto.url">[email protected]</xsl:param> +<xsl:param name="link.mailto.url">[email protected]</xsl:param> <xsl:param name="toc.max.depth">2</xsl:param> diff --git a/doc/src/sgml/xml2.sgml b/doc/src/sgml/xml2.sgml index 0a0f13d02d..560faa000e 100644 --- a/doc/src/sgml/xml2.sgml +++ b/doc/src/sgml/xml2.sgml @@ -25,7 +25,7 @@ you are encouraged to try converting your applications. If you find that some of the functionality of this module is not available in an adequate form with the newer API, please explain - your issue to <email>[email protected]</email> so that the deficiency + your issue to <email>[email protected]</email> so that the deficiency can be addressed. </para> </sect2> |