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

Manuals

{%for v in versions%} {%endfor%}
Online Version PDF Version
{{v.treestring}} {%if v.a4pdf or v.uspdf%} {%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%} {%endif%}

Please see the manual archive for documentation for older releases. The DocBook SGML source for the manuals is available as part of the PostgreSQL source download available in the FTP area.

{%endblock%}