Skip to content

Commit d74c089

Browse files
committed
Fixed bug reporting address. Use PGPRO_VERSION when generate version.sgml
1 parent 498b7bb commit d74c089

File tree

2 files changed

+5
-46
lines changed

2 files changed

+5
-46
lines changed

doc/src/sgml/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ endif
147147
# changes.
148148
version.sgml: $(top_srcdir)/configure
149149
{ \
150-
echo "<!ENTITY version \"$(VERSION)\">"; \
150+
echo "<!ENTITY version \"$(PGPRO_VERSION)\">"; \
151151
echo "<!ENTITY majorversion \"$(MAJORVERSION)\">"; \
152152
echo "<!ENTITY productname \"$(PRODUCT_NAME)\">"; \
153153
} > $@

doc/src/sgml/problems.sgml

Lines changed: 4 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -295,27 +295,13 @@
295295
<title>Where to Report Bugs</title>
296296

297297
<para>
298-
In general, send bug reports to the bug report mailing list at
299-
<email>pgsql-bugs@postgresql.org</email>.
298+
In general, send bug reports to the bug report our support email
299+
address at
300+
<email>bugs@postgrespro.ru</email>.
300301
You are requested to use a descriptive subject for your email
301302
message, perhaps parts of the error message.
302303
</para>
303304

304-
<para>
305-
Another method is to fill in the bug report web-form available
306-
at the project's
307-
<ulink url="http://www.postgresql.org/">web site</ulink>.
308-
Entering a bug report this way causes it to be mailed to the
309-
<email>pgsql-bugs@postgresql.org</email> mailing list.
310-
</para>
311-
312-
<para>
313-
If your bug report has security implications and you'd prefer that it
314-
not become immediately visible in public archives, don't send it to
315-
<literal>pgsql-bugs</literal>. Security issues can be
316-
reported privately to <email>security@postgresql.org</email>.
317-
</para>
318-
319305
<para>
320306
Do not send bug reports to any of the user mailing lists, such as
321307
<email>pgsql-sql@postgresql.org</email> or
@@ -329,38 +315,11 @@
329315
Also, please do <emphasis>not</emphasis> send reports to
330316
the developers' mailing list <email>pgsql-hackers@postgresql.org</email>.
331317
This list is for discussing the
332-
development of <productname>&productname;</productname>, and it would be nice
318+
development of <productname>PostgreSQL</productname>, and it would be nice
333319
if we could keep the bug reports separate. We might choose to take up a
334320
discussion about your bug report on <literal>pgsql-hackers</literal>,
335321
if the problem needs more review.
336322
</para>
337323

338-
<para>
339-
If you have a problem with the documentation, the best place to report it
340-
is the documentation mailing list <email>pgsql-docs@postgresql.org</email>.
341-
Please be specific about what part of the documentation you are unhappy
342-
with.
343-
</para>
344-
345-
<para>
346-
If your bug is a portability problem on a non-supported platform,
347-
send mail to <email>pgsql-hackers@postgresql.org</email>,
348-
so we (and you) can work on
349-
porting <productname>&productname;</productname> to your platform.
350-
</para>
351-
352-
<note>
353-
<para>
354-
Due to the unfortunate amount of spam going around, all of the above
355-
email addresses are closed mailing lists. That is, you need to be
356-
subscribed to a list to be allowed to post on it. (You need not be
357-
subscribed to use the bug-report web form, however.)
358-
If you would like to send mail but do not want to receive list traffic,
359-
you can subscribe and set your subscription option to <literal>nomail</>.
360-
For more information send mail to
361-
<email>majordomo@postgresql.org</email>
362-
with the single word <literal>help</> in the body of the message.
363-
</para>
364-
</note>
365324
</sect2>
366325
</sect1>

0 commit comments

Comments
 (0)