postgresql/doc/bug.template
Tom Lane 7f77cbd996 Change documentation references to PG website to use https: not http:
This is more secure, and saves a redirect since we no longer accept
plain HTTP connections on the website.

References in code comments should probably be updated too, but
that doesn't seem to need back-patching, whereas this does.

Also, in the 9.2 branch, remove suggestion that you can get the
source code via FTP, since that service will be shut down soon.

Daniel Gustafsson, with a few additional changes by me

Discussion: https://postgr.es/m/9A2C89A7-0BB8-41A8-B288-8B7BD09D7D44@yesql.se
2017-05-20 21:50:47 -04:00

54 lines
1.5 KiB
Plaintext

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-hackers@postgresql.org instead. Please use the
command "diff -c" to generate the patch.
You may also enter a bug report at https://www.postgresql.org/ instead of
e-mailing this form.
============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================
Your name :
Your email address :
System Configuration:
---------------------
Architecture (example: Intel Pentium) :
Operating System (example: Linux 2.4.18) :
PostgreSQL version (example: PostgreSQL 10beta1): PostgreSQL 10beta1
Compiler used (example: gcc 3.3.5) :
Please enter a FULL description of your problem:
------------------------------------------------
Please describe a way to repeat the problem. Please try to provide a
concise reproducible example, if at all possible:
----------------------------------------------------------------------
If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------