{%extends "base/page.html"%} {%block title%}Local PostgreSQL User Groups{%endblock%} {%block contents%}

Local User Groups

The PostgreSQL community is proud to have many local chapters that advocate and educate users about PostgreSQL. Below is a list of PostgreSQL User Groups (PUGs) sorted by country and local area. If you would like to start a PostgreSQL User Group, please send an email to usergroups@postgresql.org and describe the PUG that you want to create.

If a PUG already exists in your area, follow the URLs below to find out how to attend and participate.

{% for pug_group in pug_list %}

{{ pug_group.country }}

{% endfor %} {%endblock%}