blob: f967600c04782a41f8d219dec9ba50c39a8d310a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{%extends "base/page.html"%}
{%block title%}Documentation comment{%endblock%}
{%block contents%}
<h1>Documentation comment</h1>
<p>
Your documentation comment has been received, and been posted to
the <a href="/list/pgsql-docs/">pgsql-docs</a> mailinglist. It will
show up there as soon as it has cleared the moderator queue.
A copy of the comment has also been sent to your mailbox.
</p>
{%endblock%}
|