mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 14:19:26 -04:00
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
26 lines
623 B
Text
26 lines
623 B
Text
<!-- doc/src/sgml/contacts.sgml -->
|
|
|
|
<appendix label="B" id="contacts">
|
|
<title>Contacts</title>
|
|
|
|
<!--
|
|
<para>
|
|
Support for <productname>PostgreSQL</productname> comes primarily from
|
|
this printed documentation, the web-based mailing list archives,
|
|
and the mailing lists themselves.
|
|
</para>
|
|
|
|
<sect1 id="mailing-list">
|
|
<title>Mailing Lists</title>
|
|
|
|
<para>
|
|
Refer to the introduction in this manual or to the
|
|
<productname>PostgreSQL</productname>
|
|
<ulink url="https://www.postgresql.org">web page</ulink>
|
|
for subscription information to the no-cost mailing lists.
|
|
</para>
|
|
|
|
<sect1 id="people">
|
|
<title>People</title>
|
|
-->
|
|
</appendix>
|