Corrected section layout in DB schema appendix of ref manual.

This commit is contained in:
Luke Taylor 2010-05-22 23:19:05 +01:00
parent 12fc73f046
commit ca91b9abc5

View File

@ -131,7 +131,8 @@ create table acl_entry (
references acl_object_identity(id),
constraint foreign_fk_5 foreign key(sid) references acl_sid(id) );
</programlisting></para>
</programlisting></para>
</section>
<section>
<title>PostgreSQL</title>
<para>
@ -187,5 +188,4 @@ create table acl_entry(
</itemizedlist></para>
</section>
</section>
</section>
</appendix>