{%extends "base/page.html"%} {%load pgfilters%} {%block title%}Contributor Profiles{%endblock%} {%block contents%}
These are the fine people that make PostgreSQL what it is today!
To suggest additions to the list, please email contributors@postgresql.org. Existing contributors can update their information in their user profile.
{%for t in contributortypes%}{{t.extrainfo|safe}}
{%endif%}Contributor | Contribution |
---|---|
{{c.firstname}} {{c.lastname}} {%if t.showemail and c.email%}({{c.email|hidemail}}){%endif%}
{%if c.company %}
{{c.company}}{%endif%} {{c.location}} |
{{c.contribution}} |
{{c.firstname}} {{c.lastname}}{%if t.showemail and c.email%} ({{c.email|hidemail}}){%endif%} | {%if forloop.last%}{{c.firstname}} {{c.lastname}}{%if t.showemail and c.email%} ({{c.email|hidemail}}){%endif%} | {%endif%} {%endif%} {%endfor%}
All contributors are listed in alphabetical order. Please report omissions or corrections to the webmaster.
{%endblock%}