{%extends "page.html"%} {%block title%}PostgreSQL Mailing List Archives{%endblock%} {%load pgfilters%} {%block contents%}

PostgreSQL Mailing Lists

What are the PostgreSQL Mailing Lists?

The PostgreSQL mailing lists are one of the primary ways to interact with the PostgreSQL community. The mailing lists are an effective way to communicate and contribute to PostgreSQL and there are lists that cover a variety of topics, including: and many more.

Tips For Using the PostgreSQL Mailing Lists

To help ensure you have a productive experience on the PostgreSQL experience, we have a few tips to get you started on your journey:

Tip #1: Read The Archives Policy

The PostgreSQL mailing lists are available in a public archive and are independently syndicated across the web. We want you to feel comfortable posting to our public mailing lists, so please ensure you read our Archive Policy prior to your initial post.

Tip #2: Avoid Mail-Back Anti-Spam Systems

If your email address is protected by a mail-back anti-spam system, this could cause some issues with our mailing list system. If it is discovered that your email address has implemented one of these systems, we may have to automatically unsubscribe your account.

Tip #3: Choose The Most Appropriate List

Choose the most appropriate individual list for your question. Please do not cross-post (have multiple mailing lists in one email) unless there is a specific reason (such as a confirmed bug report being cross-posted to the hackers mailing list). Instead, choose the most appropriate list for your email and send it there. Cross-posted emails will be moderated and therefore will also take longer to reach the subscribers if approved.

How to Subscribe or Unsubscribe

Subscribing to a PostgreSQL Mailing List

Ready to join the PostgreSQL community? You can subscribe to one of our mailing lists at lists.postgresql.org.

Unsubscribing from a PostgreSQL Mailing List

You can manage your subscriptions and unsubscribe from our mailing lists at lists.postgresql.org.

Mailing List Archives

The PostgreSQL Mailing list public archives provide a rich history of the PostgreSQL project, all the way back to 1997! We keep a public record of the mailing list to help provide a searchable resource to help answer your questions, as well as in the spirit of building an open community.

Need a question answered? The archive are fully searchable. Can't find the answer you are looking for? If it is a general usage question, we recommend subscribing to the pgsql-general@lists.postgresql.org mailing list. If it is a more technical question about how PostgreSQL internals work, we recommend subscribing to the pgsql-hackers@lists.postgresql.org mailing list.

{%include "searchform.html" %}

View All Archives

{%for g in groups%} {%if not forloop.first%} {%endif%}
{{g.groupname}}
{%for l in g.lists%} {%endfor%} {%endfor%}
List Description
{{l.maybe_shortdesc}} {{l.description|safe}}
{%endblock%}