diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/bug.template | 10 | ||||
| -rw-r--r-- | doc/src/sgml/problems.sgml | 6 |
2 files changed, 6 insertions, 10 deletions
diff --git a/doc/bug.template b/doc/bug.template index 2292ea8001f..c1b31425d76 100644 --- a/doc/bug.template +++ b/doc/bug.template @@ -1,16 +1,12 @@ -If PostgreSQL failed to compile on your computer or you found a bug that -is likely to be specific to one platform, then please fill out this form -and e-mail it to pgsql-ports@postgresql.org. - -To report non-porting-related bugs, fill out the form below and e-mail it to -pgsql-bugs@postgresql.org. +If PostgreSQL failed to compile on your computer or you found a bug, +please fill out this form and e-mail it to pgsql-bugs@postgresql.org. If your bug report has security implications and you'd prefer that it not become immediately visible in public archives, don't send it to pgsql-bugs. Security issues can be reported privately to security@postgresql.org. If you not only found the problem but solved it and generated a patch -then e-mail it to pgsql-patches@postgresql.org instead. Please use the +then e-mail it to pgsql-hackers@postgresql.org instead. Please use the command "diff -c" to generate the patch. You may also enter a bug report at http://www.postgresql.org/ instead of diff --git a/doc/src/sgml/problems.sgml b/doc/src/sgml/problems.sgml index 0730b17a3fa..2601cc679ab 100644 --- a/doc/src/sgml/problems.sgml +++ b/doc/src/sgml/problems.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/problems.sgml,v 2.28 2007/01/31 20:56:18 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/problems.sgml,v 2.29 2009/01/06 17:27:06 tgl Exp $ --> <sect1 id="bug-reporting"> <title>Bug Reporting Guidelines</title> @@ -341,10 +341,10 @@ 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> |
