{%extends "base/page.html"%} {%block title%}Community{%endblock%} {%block contents%}

Community

PostgreSQL is well-supported by its active community. There are more than a dozen mailing lists available, categorized into topics like:

and more. We also have many local PostgreSQL User Groups all over the world, and there is also an active IRC & Slack community.

There are also links to international sites that contain PostgreSQL information in various languages.

People in the PostgreSQL community also contribute to:

Planet PostgreSQL

{% for post in planet %} {%endfor%}
{{ post.title }}

External Resources

Please send appropriate links to webmaster@postgresql.org for possible inclusion on this page.

{% comment %}

Survey

{% if survey %}

{{survey.question}}

{%for q in survey.questions%}
{%endfor%}
{% endif %}
{% endcomment %}
{%endblock%}