{%extends "base/page.html"%} {%block title%}Server Sponsors{%endblock%} {%block contents%}
The servers that power the services of www.postgresql.org are provided by different companies and organisations around the world.
Name | Provider | Dedicated | Specs | OS | Location | Usage |
---|---|---|---|---|---|---|
{{ server.name }} | {% for sponsor in server.sponsors.all %} {{ sponsor.name }}{%if not forloop.last%}, {%endif%} {% endfor %} | {{ server.dedicated|yesno:"Yes,No" }} | {{ server.performance }} | {{ server.os }} | {{ server.location }} | {{ server.usage }} |
In addition to the servers listed above, the PostgreSQL Project is grateful to Fastly for providing CDN and other services at no cost.
{%endblock%}