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

Server Sponsors

The servers that power the services of www.postgresql.org are provided by different companies and organisations around the world.

{%for server in servers %} {%endfor%}
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 }}

Additional Hosting Services

{# Image included to meet the requirements of the Fastly agreement #}

In addition to the servers listed above, the PostgreSQL Project is grateful to Fastly for providing CDN and other services at no cost.

{%endblock%}