{%block meta%}{%endblock%} {# used for custom meta tags such as description which we don't want for every page #} {%if og%} {%if not og.noimage%} {%endif%} {%if og.description%} {%endif%} {%endif%} {%if not page.version.supported%} {%endif%} {% if canonical_version %} {% endif %} {%if newstags %} {%comment%}Default RSS links are only shown on pages that have newstags set{%endcomment%} {%for t in newstags%} {%endfor%} {%endif%} {%block extrahead%}{%endblock%}
{%include "base/esi.html" with includepage="/include/topbar" %}
DocumentationPostgreSQL {{page.display_version}}{%if loaddate%} ({{loaddate|date:"Y-m-d H:i:s"}}{%if loadgit%} - git commit {{loadgit}}{%endif%}){%endif%}
{% if supported_versions %}
Supported Versions: {% for ver in supported_versions %} {% if not forloop.first %} / {% endif %} {% if ver.version.current %} Current ({{ver.display_version}}) {% else %} {{ver.display_version}} {% endif %} {% endfor %}
{% endif %} {% if devel_versions %}
Development Versions: {% for ver in devel_versions %} {% if not forloop.first %} / {% endif %} {{ver.display_version}} {% endfor %}
{% endif %} {% if unsupported_versions %}
Unsupported versions: {% for ver in unsupported_versions %} {% if not forloop.first %} / {% endif %} {{ver.display_version}} {% endfor %}
{% endif %}
{%if not page.version.supported%}
This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the current version, or one of the other supported versions listed above instead.
{%endif%}
{{page.content|safe}}
{% if page.version.supported %}

Submit correction

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.

{% endif %}