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

Manual Archive

Following are links to manuals (both online and printable versions) for PostgreSQL releases that are no longer supported. If you are still using any of these releases, you are strongly advised to upgrade.

{%for v in versions%} {%endfor%}
Online Version PDF Version
{{v.treestring}} {%if v.a4pdf%}Comprehensive Manual: A4 PDF ({{v.a4pdf|filesizeformat}}){%endif%} {%if v.uspdf%}Comprehensive Manual: US PDF ({{v.uspdf|filesizeformat}}){%endif%} {%if not v.a4pdf and not v4.uspdf%}PDF version not available{%endif%}
{%endblock%}