<!-- $Header: /cvsroot/autodoc/autodoc/xml.tmpl,v 1.1.1.1 2004/05/12 16:00:37 rbt Exp $ -->

<book id="database.mig-tags" xreflabel="mig_tags database schema"><title>mig_tags Model</title>




  <chapter id="public.schema"
           xreflabel="public">
    <title>Schema public</title>
    <para>Standard public schema</para>


      <section id="public.table.tags-linktags"
               xreflabel="public.tags_linktags">
        <title id="public.table.tags-linktags-title">
         Table:
         
         <structname>tags_linktags</structname>
        </title>
 

        <para>
          table de lien objets / tags
        </para>


        <para>
          <variablelist>
            <title>
              Structure of <structname>tags_linktags</structname>
            </title>


            <varlistentry>
              <term><structfield>link_id</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>





              </para>

              <para>
                identifiant objet
              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>tag_id</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>





              </para>

              <para>
                identifiant tag
              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>date_added</structfield></term>
              <listitem><para>
                <type>timestamp without time zone</type>







              </para>

              <para>
                date d&apos;ajout du tag à l&apos;objet
              </para>

            </listitem>
          </varlistentry>

        </variablelist>










      </para>
    </section>

      <section id="public.table.tags-sabrosus"
               xreflabel="public.tags_sabrosus">
        <title id="public.table.tags-sabrosus-title">
         Table:
         
         <structname>tags_sabrosus</structname>
        </title>
 

        <para>
          table principale des objets taggués
        </para>


        <para>
          <variablelist>
            <title>
              Structure of <structname>tags_sabrosus</structname>
            </title>


            <varlistentry>
              <term><structfield>id_enlace</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>





              </para>

              <para>
                identifiant du lien
              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>title</structfield></term>
              <listitem><para>
                <type>character varying</type>



                <literal>NOT NULL</literal>





              </para>

              <para>
                titre de l&apos;objet (webarea sans le http)
              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>enlace</structfield></term>
              <listitem><para>
                <type>character varying</type>



                <literal>NOT NULL</literal>





              </para>

              <para>
                lien webarea (avec http en plus du titre sinon idem)
              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>descripcion</structfield></term>
              <listitem><para>
                <type>character varying</type>



                <literal>NOT NULL</literal>





              </para>

              <para>
                description (pas besoin de la récupérer)
              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>fecha</structfield></term>
              <listitem><para>
                <type>timestamp without time zone</type>





                <literal>DEFAULT now()</literal>



              </para>

              <para>
                date d&apos;ajout (pas besoin de la récupérer)
              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>privado</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>





              </para>

              <para>
                affichage public (ou pas, pas besoin de le récupérer)
              </para>

            </listitem>
          </varlistentry>

        </variablelist>










      </para>
    </section>

      <section id="public.table.tags-tags"
               xreflabel="public.tags_tags">
        <title id="public.table.tags-tags-title">
         Table:
         
         <structname>tags_tags</structname>
        </title>
 

        <para>
          Liste des tags
        </para>


        <para>
          <variablelist>
            <title>
              Structure of <structname>tags_tags</structname>
            </title>


            <varlistentry>
              <term><structfield>id</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>





              </para>

              <para>
                identifiant du tag
              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>tag</structfield></term>
              <listitem><para>
                <type>character varying</type>







              </para>

              <para>
                libellé du tag
              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>level</structfield></term>
              <listitem><para>
                <type>integer</type>







              </para>

              <para>
                filtrage tag : 0 for all, 1 for user, 2 for admin
              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>date_creation</structfield></term>
              <listitem><para>
                <type>timestamp without time zone</type>





                <literal>DEFAULT now()</literal>



              </para>

              <para>
                date of creation of tag
              </para>

            </listitem>
          </varlistentry>

        </variablelist>










      </para>
    </section>

      <section id="public.table.vhffs-acl"
               xreflabel="public.vhffs_acl">
        <title id="public.table.vhffs-acl-title">
         Table:
         
         <structname>vhffs_acl</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_acl</structname>
            </title>


            <varlistentry>
              <term><structfield>granted_oid</structfield></term>
              <listitem><para>
                <type>integer</type>






                <literal>PRIMARY KEY</literal>












                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-object"/>




              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>perm</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>target_oid</structfield></term>
              <listitem><para>
                <type>integer</type>






                <literal>PRIMARY KEY</literal>












                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-object"/>




              </para>

            </listitem>
          </varlistentry>

        </variablelist>










        <variablelist>
          <title>Permissions on vhffs_acl</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>

      <section id="public.table.vhffs-boxes"
               xreflabel="public.vhffs_boxes">
        <title id="public.table.vhffs-boxes-title">
         Table:
         
         <structname>vhffs_boxes</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_boxes</structname>
            </title>


            <varlistentry>
              <term><structfield>domain</structfield></term>
              <listitem><para>
                <type>character varying</type>






                <literal>PRIMARY KEY</literal>












                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-mxdomain"/>




              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>local_part</structfield></term>
              <listitem><para>
                <type>character varying</type>


                <literal>PRIMARY KEY</literal>













              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>domain_hash</structfield></term>
              <listitem><para>
                <type>character varying</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>password</structfield></term>
              <listitem><para>
                <type>character varying</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>mbox_name</structfield></term>
              <listitem><para>
                <type>character varying</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>nospam</structfield></term>
              <listitem><para>
                <type>boolean</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>novirus</structfield></term>
              <listitem><para>
                <type>boolean</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>state</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>allowpop</structfield></term>
              <listitem><para>
                <type>boolean</type>



                <literal>NOT NULL</literal>



                <literal>DEFAULT true</literal>



              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>allowimap</structfield></term>
              <listitem><para>
                <type>boolean</type>



                <literal>NOT NULL</literal>



                <literal>DEFAULT true</literal>



              </para>

            </listitem>
          </varlistentry>

        </variablelist>










        <variablelist>
          <title>Permissions on vhffs_boxes</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>

      <section id="public.table.vhffs-cvs"
               xreflabel="public.vhffs_cvs">
        <title id="public.table.vhffs-cvs-title">
         Table:
         
         <structname>vhffs_cvs</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_cvs</structname>
            </title>


            <varlistentry>
              <term><structfield>cvs_id</structfield></term>
              <listitem><para>
                <type>integer</type>


                <literal>PRIMARY KEY</literal>









                <literal>DEFAULT nextval(&apos;vhffs_cvs_cvs_id_seq&apos;::regclass)</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>cvsroot</structfield></term>
              <listitem><para>
                <type>character varying</type>




                      <literal>UNIQUE</literal>




                <literal>NOT NULL</literal>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>public</structfield></term>
              <listitem><para>
                <type>boolean</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>object_id</structfield></term>
              <listitem><para>
                <type>integer</type>







                <literal>NOT NULL</literal>






                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-object"/>


              </para>

            </listitem>
          </varlistentry>

        </variablelist>





        <variablelist>
          <title>Indexes on vhffs_cvs</title>

          <varlistentry>
            <term>idx_vhffs_cvs_object_id</term>
            <listitem><para>object_id</para></listitem>
          </varlistentry>



          <varlistentry>
            <term>idx_vhffs_cvs_public</term>
            <listitem><para>public</para></listitem>
          </varlistentry>

        </variablelist>








        <variablelist>
          <title>Permissions on vhffs_cvs</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>

      <section id="public.table.vhffs-dns"
               xreflabel="public.vhffs_dns">
        <title id="public.table.vhffs-dns-title">
         Table:
         
         <structname>vhffs_dns</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_dns</structname>
            </title>


            <varlistentry>
              <term><structfield>dns_id</structfield></term>
              <listitem><para>
                <type>integer</type>


                <literal>PRIMARY KEY</literal>









                <literal>DEFAULT nextval(&apos;vhffs_dns_dns_id_seq&apos;::regclass)</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>domain</structfield></term>
              <listitem><para>
                <type>character varying(255)</type>




                      <literal>UNIQUE</literal>




                <literal>NOT NULL</literal>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>object_id</structfield></term>
              <listitem><para>
                <type>integer</type>







                <literal>NOT NULL</literal>






                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-object"/>


              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>ns</structfield></term>
              <listitem><para>
                <type>character varying(255)</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>mbox</structfield></term>
              <listitem><para>
                <type>character varying(255)</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>serial</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>



                <literal>DEFAULT 1</literal>



              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>refresh</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>



                <literal>DEFAULT 28800</literal>



              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>retry</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>



                <literal>DEFAULT 7200</literal>



              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>expire</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>



                <literal>DEFAULT 604800</literal>



              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>minimum</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>



                <literal>DEFAULT 86400</literal>



              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>ttl</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>



                <literal>DEFAULT 86400</literal>



              </para>

            </listitem>
          </varlistentry>

        </variablelist>





        <variablelist>
          <title>Indexes on vhffs_dns</title>

          <varlistentry>
            <term>idx_vhffs_dns_object_id</term>
            <listitem><para>object_id</para></listitem>
          </varlistentry>

        </variablelist>





        <itemizedlist>
          <title>
            Tables referencing vhffs_dns_rr via Foreign Key Constraints
          </title>

          <listitem>
            <para>
              <xref linkend="public.table.vhffs-dns-rr"/>
            </para>
          </listitem>

        </itemizedlist>






        <variablelist>
          <title>Permissions on vhffs_dns</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>

      <section id="public.table.vhffs-dns-rr"
               xreflabel="public.vhffs_dns_rr">
        <title id="public.table.vhffs-dns-rr-title">
         Table:
         
         <structname>vhffs_dns_rr</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_dns_rr</structname>
            </title>


            <varlistentry>
              <term><structfield>id</structfield></term>
              <listitem><para>
                <type>serial</type>


                <literal>PRIMARY KEY</literal>













              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>zone</structfield></term>
              <listitem><para>
                <type>integer</type>







                <literal>NOT NULL</literal>






                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-dns"/>


              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>name</structfield></term>
              <listitem><para>
                <type>character varying(64)</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>type</structfield></term>
              <listitem><para>
                <type>character varying(5)</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>data</structfield></term>
              <listitem><para>
                <type>character varying(128)</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>aux</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>ttl</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>



                <literal>DEFAULT 86400</literal>



              </para>

            </listitem>
          </varlistentry>

        </variablelist>



        <variablelist>
          <title>Constraints on vhffs_dns_rr</title>

          <varlistentry>
            <term>vhffs_dns_rr_type</term>
            <listitem><para>CHECK ((((((((((((&quot;type&quot;)::text = &apos;A&apos;::text) OR ((&quot;type&quot;)::text = &apos;AAAA&apos;::text)) OR ((&quot;type&quot;)::text = &apos;CNAME&apos;::text)) OR ((&quot;type&quot;)::text = &apos;HINFO&apos;::text)) OR ((&quot;type&quot;)::text = &apos;MX&apos;::text)) OR ((&quot;type&quot;)::text = &apos;NS&apos;::text)) OR ((&quot;type&quot;)::text = &apos;PTR&apos;::text)) OR ((&quot;type&quot;)::text = &apos;RP&apos;::text)) OR ((&quot;type&quot;)::text = &apos;SRV&apos;::text)) OR ((&quot;type&quot;)::text = &apos;TXT&apos;::text)))</para></listitem>
          </varlistentry>

        </variablelist>





        <variablelist>
          <title>Indexes on vhffs_dns_rr</title>

          <varlistentry>
            <term>idx_vhffs_dns_rr_name</term>
            <listitem><para>name</para></listitem>
          </varlistentry>



          <varlistentry>
            <term>idx_vhffs_dns_rr_type</term>
            <listitem><para>&quot;type&quot;</para></listitem>
          </varlistentry>



          <varlistentry>
            <term>idx_vhffs_dns_rr_zone</term>
            <listitem><para>&quot;zone&quot;</para></listitem>
          </varlistentry>

        </variablelist>








        <variablelist>
          <title>Permissions on vhffs_dns_rr</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>

      <section id="public.view.vhffs-dns-soa"
               xreflabel="public.vhffs_dns_soa">
        <title id="public.view.vhffs-dns-soa-title">
         View:
         
         <structname>vhffs_dns_soa</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_dns_soa</structname>
            </title>


            <varlistentry>
              <term><structfield>id</structfield></term>
              <listitem><para>
                <type>integer</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>origin</structfield></term>
              <listitem><para>
                <type>text</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>ns</structfield></term>
              <listitem><para>
                <type>character varying(255)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>mbox</structfield></term>
              <listitem><para>
                <type>character varying(255)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>serial</structfield></term>
              <listitem><para>
                <type>integer</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>refresh</structfield></term>
              <listitem><para>
                <type>integer</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>retry</structfield></term>
              <listitem><para>
                <type>integer</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>expire</structfield></term>
              <listitem><para>
                <type>integer</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>minimum</structfield></term>
              <listitem><para>
                <type>integer</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>ttl</structfield></term>
              <listitem><para>
                <type>integer</type>







              </para>

            </listitem>
          </varlistentry>

        </variablelist>








        <figure>
         <title>Definition of view vhffs_dns_soa</title>
         <programlisting>
SELECT dns.dns_id AS id
, (
     (dns.&quot;domain&quot;)::text || &apos;.&apos;::text
) AS origin
, dns.ns
, dns.mbox
, dns.serial
, dns.refresh
, dns.retry
, dns.expire
, dns.minimum
, dns.ttl 
FROM (vhffs_dns dns 
  JOIN vhffs_object o 
    ON (
           (o.object_id = dns.object_id)
     )
)
WHERE (o.state = 6);</programlisting>
        </figure>



        <variablelist>
          <title>Permissions on vhffs_dns_soa</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>

      <section id="public.view.vhffs-forum"
               xreflabel="public.vhffs_forum">
        <title id="public.view.vhffs-forum-title">
         View:
         
         <structname>vhffs_forum</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_forum</structname>
            </title>


            <varlistentry>
              <term><structfield>username</structfield></term>
              <listitem><para>
                <type>character varying(50)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>passwd</structfield></term>
              <listitem><para>
                <type>character varying(40)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>firstname</structfield></term>
              <listitem><para>
                <type>character varying(250)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>lastname</structfield></term>
              <listitem><para>
                <type>character varying(250)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>mail</structfield></term>
              <listitem><para>
                <type>character varying(200)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>date_creation</structfield></term>
              <listitem><para>
                <type>bigint</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>state</structfield></term>
              <listitem><para>
                <type>integer</type>







              </para>

            </listitem>
          </varlistentry>

        </variablelist>








        <figure>
         <title>Definition of view vhffs_forum</title>
         <programlisting>
SELECT users.username
, users.passwd
, users.firstname
, users.lastname
, users.mail
,&quot;object&quot;.date_creation
,&quot;object&quot;.state 
FROM vhffs_users users
, vhffs_object &quot;object&quot;
WHERE (&quot;object&quot;.object_id = users.object_id);</programlisting>
        </figure>



        <variablelist>
          <title>Permissions on vhffs_forum</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>

      <section id="public.table.vhffs-forward"
               xreflabel="public.vhffs_forward">
        <title id="public.table.vhffs-forward-title">
         Table:
         
         <structname>vhffs_forward</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_forward</structname>
            </title>


            <varlistentry>
              <term><structfield>domain</structfield></term>
              <listitem><para>
                <type>character varying</type>






                <literal>PRIMARY KEY</literal>












                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-mxdomain"/>




              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>local_part</structfield></term>
              <listitem><para>
                <type>character varying</type>


                <literal>PRIMARY KEY</literal>













              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>remote_name</structfield></term>
              <listitem><para>
                <type>character varying</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>password</structfield></term>
              <listitem><para>
                <type>character varying</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

        </variablelist>










        <variablelist>
          <title>Permissions on vhffs_forward</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>

      <section id="public.table.vhffs-git"
               xreflabel="public.vhffs_git">
        <title id="public.table.vhffs-git-title">
         Table:
         
         <structname>vhffs_git</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_git</structname>
            </title>


            <varlistentry>
              <term><structfield>git_id</structfield></term>
              <listitem><para>
                <type>serial</type>


                <literal>PRIMARY KEY</literal>













              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>reponame</structfield></term>
              <listitem><para>
                <type>character varying</type>




                      <literal>UNIQUE</literal>




                <literal>NOT NULL</literal>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>public</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>ml_name</structfield></term>
              <listitem><para>
                <type>character varying</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>object_id</structfield></term>
              <listitem><para>
                <type>integer</type>







                <literal>NOT NULL</literal>






                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-object"/>


              </para>

            </listitem>
          </varlistentry>

        </variablelist>





        <variablelist>
          <title>Indexes on vhffs_git</title>

          <varlistentry>
            <term>idx_vhffs_git_object_id</term>
            <listitem><para>object_id</para></listitem>
          </varlistentry>



          <varlistentry>
            <term>idx_vhffs_git_public</term>
            <listitem><para>public</para></listitem>
          </varlistentry>

        </variablelist>








      </para>
    </section>

      <section id="public.table.vhffs-groups"
               xreflabel="public.vhffs_groups">
        <title id="public.table.vhffs-groups-title">
         Table:
         
         <structname>vhffs_groups</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_groups</structname>
            </title>


            <varlistentry>
              <term><structfield>gid</structfield></term>
              <listitem><para>
                <type>serial</type>


                <literal>PRIMARY KEY</literal>













              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>groupname</structfield></term>
              <listitem><para>
                <type>character varying(50)</type>




                      <literal>UNIQUE</literal>




                <literal>NOT NULL</literal>



                <literal>DEFAULT &apos; &apos;::character varying</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>passwd</structfield></term>
              <listitem><para>
                <type>character varying(20)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>quota</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>quota_used</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>object_id</structfield></term>
              <listitem><para>
                <type>integer</type>







                <literal>NOT NULL</literal>






                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-object"/>


              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>realname</structfield></term>
              <listitem><para>
                <type>character varying(100)</type>







              </para>

            </listitem>
          </varlistentry>

        </variablelist>





        <variablelist>
          <title>Indexes on vhffs_groups</title>

          <varlistentry>
            <term>idx_vhffs_groups_object_id</term>
            <listitem><para>object_id</para></listitem>
          </varlistentry>

        </variablelist>





        <itemizedlist>
          <title>
            Tables referencing vhffs_object via Foreign Key Constraints
          </title>

          <listitem>
            <para>
              <xref linkend="public.table.vhffs-object"/>
            </para>
          </listitem>



          <listitem>
            <para>
              <xref linkend="public.table.vhffs-user-group"/>
            </para>
          </listitem>

        </itemizedlist>






        <variablelist>
          <title>Permissions on vhffs_groups</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>

      <section id="public.table.vhffs-history"
               xreflabel="public.vhffs_history">
        <title id="public.table.vhffs-history-title">
         Table:
         
         <structname>vhffs_history</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_history</structname>
            </title>


            <varlistentry>
              <term><structfield>history_id</structfield></term>
              <listitem><para>
                <type>integer</type>


                <literal>PRIMARY KEY</literal>









                <literal>DEFAULT nextval(&apos;vhffs_history_history_id_seq&apos;::regclass)</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>object_id</structfield></term>
              <listitem><para>
                <type>integer</type>







                <literal>NOT NULL</literal>






                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-object"/>


              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>message</structfield></term>
              <listitem><para>
                <type>character varying(200)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>date</structfield></term>
              <listitem><para>
                <type>bigint</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

        </variablelist>





        <variablelist>
          <title>Indexes on vhffs_history</title>

          <varlistentry>
            <term>idx_vhffs_history_date</term>
            <listitem><para>date</para></listitem>
          </varlistentry>



          <varlistentry>
            <term>idx_vhffs_history_object_id</term>
            <listitem><para>object_id</para></listitem>
          </varlistentry>

        </variablelist>








        <variablelist>
          <title>Permissions on vhffs_history</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>

      <section id="public.table.vhffs-httpd"
               xreflabel="public.vhffs_httpd">
        <title id="public.table.vhffs-httpd-title">
         Table:
         
         <structname>vhffs_httpd</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_httpd</structname>
            </title>


            <varlistentry>
              <term><structfield>httpd_id</structfield></term>
              <listitem><para>
                <type>integer</type>


                <literal>PRIMARY KEY</literal>









                <literal>DEFAULT nextval(&apos;vhffs_httpd_httpd_id_seq&apos;::regclass)</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>servername</structfield></term>
              <listitem><para>
                <type>character varying(200)</type>




                      <literal>UNIQUE</literal>




                <literal>NOT NULL</literal>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>object_id</structfield></term>
              <listitem><para>
                <type>integer</type>







                <literal>NOT NULL</literal>






                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-object"/>


              </para>

            </listitem>
          </varlistentry>

        </variablelist>





        <variablelist>
          <title>Indexes on vhffs_httpd</title>

          <varlistentry>
            <term>idx_vhffs_httpd_object_id</term>
            <listitem><para>object_id</para></listitem>
          </varlistentry>



          <varlistentry>
            <term>idx_vhffs_httpd_servername_firstletter</term>
            <listitem><para>substr((servername)::text, 1, 1)</para></listitem>
          </varlistentry>

        </variablelist>








        <variablelist>
          <title>Permissions on vhffs_httpd</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>

      <section id="public.table.vhffs-mailings"
               xreflabel="public.vhffs_mailings">
        <title id="public.table.vhffs-mailings-title">
         Table:
         
         <structname>vhffs_mailings</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_mailings</structname>
            </title>


            <varlistentry>
              <term><structfield>id_mailing</structfield></term>
              <listitem><para>
                <type>serial</type>


                <literal>PRIMARY KEY</literal>













              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>subject</structfield></term>
              <listitem><para>
                <type>character varying</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>message</structfield></term>
              <listitem><para>
                <type>text</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>state</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>date</structfield></term>
              <listitem><para>
                <type>bigint</type>







              </para>

            </listitem>
          </varlistentry>

        </variablelist>





        <variablelist>
          <title>Indexes on vhffs_mailings</title>

          <varlistentry>
            <term>idx_vhffs_mailings_date</term>
            <listitem><para>date</para></listitem>
          </varlistentry>



          <varlistentry>
            <term>idx_vhffs_mailings_state</term>
            <listitem><para>state</para></listitem>
          </varlistentry>

        </variablelist>








        <variablelist>
          <title>Permissions on vhffs_mailings</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>

      <section id="public.table.vhffs-ml"
               xreflabel="public.vhffs_ml">
        <title id="public.table.vhffs-ml-title">
         Table:
         
         <structname>vhffs_ml</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_ml</structname>
            </title>


            <varlistentry>
              <term><structfield>ml_id</structfield></term>
              <listitem><para>
                <type>integer</type>


                <literal>PRIMARY KEY</literal>









                <literal>DEFAULT nextval(&apos;vhffs_ml_ml_id_seq&apos;::regclass)</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>local_part</structfield></term>
              <listitem><para>
                <type>character varying</type>




                      <literal>UNIQUE#1</literal>




                <literal>NOT NULL</literal>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>domain</structfield></term>
              <listitem><para>
                <type>character varying</type>








                      <literal>UNIQUE#1</literal>




                <literal>NOT NULL</literal>






                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-mxdomain"/>




              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>prefix</structfield></term>
              <listitem><para>
                <type>character varying</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>object_id</structfield></term>
              <listitem><para>
                <type>integer</type>







                <literal>NOT NULL</literal>






                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-object"/>


              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>open_archive</structfield></term>
              <listitem><para>
                <type>boolean</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>reply_to</structfield></term>
              <listitem><para>
                <type>boolean</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>signature</structfield></term>
              <listitem><para>
                <type>character varying(250)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>sub_ctrl</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>post_ctrl</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>



                <literal>DEFAULT 3</literal>



              </para>

            </listitem>
          </varlistentry>

        </variablelist>





        <variablelist>
          <title>Indexes on vhffs_ml</title>

          <varlistentry>
            <term>idx_vhffs_ml_object_id</term>
            <listitem><para>object_id</para></listitem>
          </varlistentry>



          <varlistentry>
            <term>idx_vhffs_ml_open_archive</term>
            <listitem><para>open_archive</para></listitem>
          </varlistentry>

        </variablelist>





        <itemizedlist>
          <title>
            Tables referencing vhffs_ml_subscribers via Foreign Key Constraints
          </title>

          <listitem>
            <para>
              <xref linkend="public.table.vhffs-ml-subscribers"/>
            </para>
          </listitem>

        </itemizedlist>






        <variablelist>
          <title>Permissions on vhffs_ml</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>

      <section id="public.table.vhffs-ml-subscribers"
               xreflabel="public.vhffs_ml_subscribers">
        <title id="public.table.vhffs-ml-subscribers-title">
         Table:
         
         <structname>vhffs_ml_subscribers</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_ml_subscribers</structname>
            </title>


            <varlistentry>
              <term><structfield>sub_id</structfield></term>
              <listitem><para>
                <type>integer</type>


                <literal>PRIMARY KEY</literal>









                <literal>DEFAULT nextval(&apos;vhffs_ml_subscribers_sub_id_seq&apos;::regclass)</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>member</structfield></term>
              <listitem><para>
                <type>character varying</type>




                      <literal>UNIQUE#1</literal>




                <literal>NOT NULL</literal>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>perm</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>hash</structfield></term>
              <listitem><para>
                <type>character varying</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>ml_id</structfield></term>
              <listitem><para>
                <type>integer</type>








                      <literal>UNIQUE#1</literal>




                <literal>NOT NULL</literal>






                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-ml"/>




              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>language</structfield></term>
              <listitem><para>
                <type>character varying(16)</type>







              </para>

            </listitem>
          </varlistentry>

        </variablelist>










        <variablelist>
          <title>Permissions on vhffs_ml_subscribers</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>

      <section id="public.table.vhffs-mxdomain"
               xreflabel="public.vhffs_mxdomain">
        <title id="public.table.vhffs-mxdomain-title">
         Table:
         
         <structname>vhffs_mxdomain</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_mxdomain</structname>
            </title>


            <varlistentry>
              <term><structfield>mxdomain_id</structfield></term>
              <listitem><para>
                <type>integer</type>


                <literal>PRIMARY KEY</literal>









                <literal>DEFAULT nextval(&apos;vhffs_mxdomain_mxdomain_id_seq&apos;::regclass)</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>domain</structfield></term>
              <listitem><para>
                <type>character varying</type>




                      <literal>UNIQUE</literal>










              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>boxes_path</structfield></term>
              <listitem><para>
                <type>character varying</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>catchall</structfield></term>
              <listitem><para>
                <type>character varying</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>object_id</structfield></term>
              <listitem><para>
                <type>integer</type>







                <literal>NOT NULL</literal>






                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-object"/>


              </para>

            </listitem>
          </varlistentry>

        </variablelist>





        <variablelist>
          <title>Indexes on vhffs_mxdomain</title>

          <varlistentry>
            <term>idx_vhffs_mxdomain_object_id</term>
            <listitem><para>object_id</para></listitem>
          </varlistentry>

        </variablelist>





        <itemizedlist>
          <title>
            Tables referencing vhffs_boxes via Foreign Key Constraints
          </title>

          <listitem>
            <para>
              <xref linkend="public.table.vhffs-boxes"/>
            </para>
          </listitem>



          <listitem>
            <para>
              <xref linkend="public.table.vhffs-forward"/>
            </para>
          </listitem>



          <listitem>
            <para>
              <xref linkend="public.table.vhffs-ml"/>
            </para>
          </listitem>

        </itemizedlist>






        <variablelist>
          <title>Permissions on vhffs_mxdomain</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>

      <section id="public.table.vhffs-mysql"
               xreflabel="public.vhffs_mysql">
        <title id="public.table.vhffs-mysql-title">
         Table:
         
         <structname>vhffs_mysql</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_mysql</structname>
            </title>


            <varlistentry>
              <term><structfield>mysql_id</structfield></term>
              <listitem><para>
                <type>integer</type>


                <literal>PRIMARY KEY</literal>









                <literal>DEFAULT nextval(&apos;vhffs_mysql_mysql_id_seq&apos;::regclass)</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>dbname</structfield></term>
              <listitem><para>
                <type>character varying(200)</type>




                      <literal>UNIQUE</literal>




                <literal>NOT NULL</literal>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>dbuser</structfield></term>
              <listitem><para>
                <type>character varying(200)</type>




                      <literal>UNIQUE</literal>




                <literal>NOT NULL</literal>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>dbpass</structfield></term>
              <listitem><para>
                <type>character varying(32)</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>object_id</structfield></term>
              <listitem><para>
                <type>integer</type>







                <literal>NOT NULL</literal>






                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-object"/>


              </para>

            </listitem>
          </varlistentry>

        </variablelist>





        <variablelist>
          <title>Indexes on vhffs_mysql</title>

          <varlistentry>
            <term>idx_vhffs_mysql_object_id</term>
            <listitem><para>object_id</para></listitem>
          </varlistentry>

        </variablelist>








        <variablelist>
          <title>Permissions on vhffs_mysql</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>

      <section id="public.table.vhffs-object"
               xreflabel="public.vhffs_object">
        <title id="public.table.vhffs-object-title">
         Table:
         
         <structname>vhffs_object</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_object</structname>
            </title>


            <varlistentry>
              <term><structfield>object_id</structfield></term>
              <listitem><para>
                <type>integer</type>


                <literal>PRIMARY KEY</literal>









                <literal>DEFAULT nextval(&apos;vhffs_object_object_id_seq&apos;::regclass)</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>owner_uid</structfield></term>
              <listitem><para>
                <type>integer</type>







                <literal>NOT NULL</literal>






                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-users"/>


              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>description</structfield></term>
              <listitem><para>
                <type>text</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>owner_gid</structfield></term>
              <listitem><para>
                <type>integer</type>







                <literal>NOT NULL</literal>






                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-groups"/>


              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>type</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>state</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>refuse_reason</structfield></term>
              <listitem><para>
                <type>text</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>date_creation</structfield></term>
              <listitem><para>
                <type>bigint</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

        </variablelist>





        <variablelist>
          <title>Indexes on vhffs_object</title>

          <varlistentry>
            <term>idx_vhffs_object_date_creation</term>
            <listitem><para>date_creation</para></listitem>
          </varlistentry>



          <varlistentry>
            <term>idx_vhffs_object_owner_gid</term>
            <listitem><para>owner_gid</para></listitem>
          </varlistentry>



          <varlistentry>
            <term>idx_vhffs_object_owner_uid</term>
            <listitem><para>owner_uid</para></listitem>
          </varlistentry>



          <varlistentry>
            <term>idx_vhffs_object_state</term>
            <listitem><para>state</para></listitem>
          </varlistentry>



          <varlistentry>
            <term>idx_vhffs_object_type</term>
            <listitem><para>&quot;type&quot;</para></listitem>
          </varlistentry>

        </variablelist>





        <itemizedlist>
          <title>
            Tables referencing vhffs_acl via Foreign Key Constraints
          </title>

          <listitem>
            <para>
              <xref linkend="public.table.vhffs-acl"/>
            </para>
          </listitem>



          <listitem>
            <para>
              <xref linkend="public.table.vhffs-cvs"/>
            </para>
          </listitem>



          <listitem>
            <para>
              <xref linkend="public.table.vhffs-dns"/>
            </para>
          </listitem>



          <listitem>
            <para>
              <xref linkend="public.table.vhffs-git"/>
            </para>
          </listitem>



          <listitem>
            <para>
              <xref linkend="public.table.vhffs-groups"/>
            </para>
          </listitem>



          <listitem>
            <para>
              <xref linkend="public.table.vhffs-history"/>
            </para>
          </listitem>



          <listitem>
            <para>
              <xref linkend="public.table.vhffs-httpd"/>
            </para>
          </listitem>



          <listitem>
            <para>
              <xref linkend="public.table.vhffs-ml"/>
            </para>
          </listitem>



          <listitem>
            <para>
              <xref linkend="public.table.vhffs-mxdomain"/>
            </para>
          </listitem>



          <listitem>
            <para>
              <xref linkend="public.table.vhffs-mysql"/>
            </para>
          </listitem>



          <listitem>
            <para>
              <xref linkend="public.table.vhffs-pgsql"/>
            </para>
          </listitem>



          <listitem>
            <para>
              <xref linkend="public.table.vhffs-repository"/>
            </para>
          </listitem>



          <listitem>
            <para>
              <xref linkend="public.table.vhffs-svn"/>
            </para>
          </listitem>



          <listitem>
            <para>
              <xref linkend="public.table.vhffs-users"/>
            </para>
          </listitem>

        </itemizedlist>






        <variablelist>
          <title>Permissions on vhffs_object</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>

      <section id="public.view.vhffs-passwd"
               xreflabel="public.vhffs_passwd">
        <title id="public.view.vhffs-passwd-title">
         View:
         
         <structname>vhffs_passwd</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_passwd</structname>
            </title>


            <varlistentry>
              <term><structfield>uid</structfield></term>
              <listitem><para>
                <type>integer</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>gid</structfield></term>
              <listitem><para>
                <type>integer</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>username</structfield></term>
              <listitem><para>
                <type>character varying(50)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>shell</structfield></term>
              <listitem><para>
                <type>character varying(20)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>passwd</structfield></term>
              <listitem><para>
                <type>&quot;unknown&quot;</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>homedir</structfield></term>
              <listitem><para>
                <type>character varying(40)</type>







              </para>

            </listitem>
          </varlistentry>

        </variablelist>








        <figure>
         <title>Definition of view vhffs_passwd</title>
         <programlisting>
SELECT vhffs_users.uid
, vhffs_users.gid
, vhffs_users.username
, vhffs_users.shell
,&apos;*&apos; AS passwd
, vhffs_users.homedir 
FROM vhffs_users;</programlisting>
        </figure>



        <variablelist>
          <title>Permissions on vhffs_passwd</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>

      <section id="public.table.vhffs-pgsql"
               xreflabel="public.vhffs_pgsql">
        <title id="public.table.vhffs-pgsql-title">
         Table:
         
         <structname>vhffs_pgsql</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_pgsql</structname>
            </title>


            <varlistentry>
              <term><structfield>pgsql_id</structfield></term>
              <listitem><para>
                <type>integer</type>


                <literal>PRIMARY KEY</literal>









                <literal>DEFAULT nextval(&apos;vhffs_pgsql_pgsql_id_seq&apos;::regclass)</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>dbname</structfield></term>
              <listitem><para>
                <type>character varying(200)</type>




                      <literal>UNIQUE</literal>




                <literal>NOT NULL</literal>



                <literal>DEFAULT &apos; &apos;::character varying</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>dbpass</structfield></term>
              <listitem><para>
                <type>character varying(32)</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>object_id</structfield></term>
              <listitem><para>
                <type>integer</type>







                <literal>NOT NULL</literal>






                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-object"/>


              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>dbencoding</structfield></term>
              <listitem><para>
                <type>character varying(20)</type>



                <literal>NOT NULL</literal>



                <literal>DEFAULT &apos;LATIN1&apos;::character varying</literal>



              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>dbuser</structfield></term>
              <listitem><para>
                <type>character varying(200)</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

        </variablelist>





        <variablelist>
          <title>Indexes on vhffs_pgsql</title>

          <varlistentry>
            <term>idx_vhffs_pgsql_object_id</term>
            <listitem><para>object_id</para></listitem>
          </varlistentry>

        </variablelist>








        <variablelist>
          <title>Permissions on vhffs_pgsql</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>

      <section id="public.table.vhffs-repository"
               xreflabel="public.vhffs_repository">
        <title id="public.table.vhffs-repository-title">
         Table:
         
         <structname>vhffs_repository</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_repository</structname>
            </title>


            <varlistentry>
              <term><structfield>repository_id</structfield></term>
              <listitem><para>
                <type>serial</type>


                <literal>PRIMARY KEY</literal>













              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>name</structfield></term>
              <listitem><para>
                <type>character varying</type>




                      <literal>UNIQUE</literal>




                <literal>NOT NULL</literal>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>quota</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>quota_used</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>object_id</structfield></term>
              <listitem><para>
                <type>integer</type>







                <literal>NOT NULL</literal>






                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-object"/>


              </para>

            </listitem>
          </varlistentry>

        </variablelist>





        <variablelist>
          <title>Indexes on vhffs_repository</title>

          <varlistentry>
            <term>idx_vhffs_repository_object_id</term>
            <listitem><para>object_id</para></listitem>
          </varlistentry>

        </variablelist>








        <variablelist>
          <title>Permissions on vhffs_repository</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>

      <section id="public.view.vhffs-shadow"
               xreflabel="public.vhffs_shadow">
        <title id="public.view.vhffs-shadow-title">
         View:
         
         <structname>vhffs_shadow</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_shadow</structname>
            </title>


            <varlistentry>
              <term><structfield>uid</structfield></term>
              <listitem><para>
                <type>integer</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>gid</structfield></term>
              <listitem><para>
                <type>integer</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>username</structfield></term>
              <listitem><para>
                <type>character varying(50)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>shell</structfield></term>
              <listitem><para>
                <type>character varying(20)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>passwd</structfield></term>
              <listitem><para>
                <type>character varying(40)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>newtok</structfield></term>
              <listitem><para>
                <type>&quot;unknown&quot;</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>expired</structfield></term>
              <listitem><para>
                <type>&quot;unknown&quot;</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>homedir</structfield></term>
              <listitem><para>
                <type>character varying(40)</type>







              </para>

            </listitem>
          </varlistentry>

        </variablelist>








        <figure>
         <title>Definition of view vhffs_shadow</title>
         <programlisting>
SELECT vhffs_users.uid
, vhffs_users.gid
, vhffs_users.username
, vhffs_users.shell
, vhffs_users.passwd
,&apos;0&apos; AS newtok
,&apos;0&apos; AS expired
, vhffs_users.homedir 
FROM vhffs_users;</programlisting>
        </figure>



        <variablelist>
          <title>Permissions on vhffs_shadow</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>

      <section id="public.table.vhffs-svn"
               xreflabel="public.vhffs_svn">
        <title id="public.table.vhffs-svn-title">
         Table:
         
         <structname>vhffs_svn</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_svn</structname>
            </title>


            <varlistentry>
              <term><structfield>svn_id</structfield></term>
              <listitem><para>
                <type>serial</type>


                <literal>PRIMARY KEY</literal>













              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>reponame</structfield></term>
              <listitem><para>
                <type>character varying</type>




                      <literal>UNIQUE</literal>




                <literal>NOT NULL</literal>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>public</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>object_id</structfield></term>
              <listitem><para>
                <type>integer</type>







                <literal>NOT NULL</literal>






                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-object"/>


              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>ml_name</structfield></term>
              <listitem><para>
                <type>character varying</type>







              </para>

            </listitem>
          </varlistentry>

        </variablelist>





        <variablelist>
          <title>Indexes on vhffs_svn</title>

          <varlistentry>
            <term>idx_vhffs_svn_object_id</term>
            <listitem><para>object_id</para></listitem>
          </varlistentry>



          <varlistentry>
            <term>idx_vhffs_svn_public</term>
            <listitem><para>public</para></listitem>
          </varlistentry>

        </variablelist>








        <variablelist>
          <title>Permissions on vhffs_svn</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>

      <section id="public.table.vhffs-user-group"
               xreflabel="public.vhffs_user_group">
        <title id="public.table.vhffs-user-group-title">
         Table:
         
         <structname>vhffs_user_group</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_user_group</structname>
            </title>


            <varlistentry>
              <term><structfield>uid</structfield></term>
              <listitem><para>
                <type>integer</type>






                <literal>PRIMARY KEY</literal>












                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-users"/>




              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>gid</structfield></term>
              <listitem><para>
                <type>integer</type>






                <literal>PRIMARY KEY</literal>












                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-groups"/>




              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>state</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

        </variablelist>





        <variablelist>
          <title>Indexes on vhffs_user_group</title>

          <varlistentry>
            <term>idx_vhffs_user_group_state</term>
            <listitem><para>state</para></listitem>
          </varlistentry>

        </variablelist>








        <variablelist>
          <title>Permissions on vhffs_user_group</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>

      <section id="public.table.vhffs-users"
               xreflabel="public.vhffs_users">
        <title id="public.table.vhffs-users-title">
         Table:
         
         <structname>vhffs_users</structname>
        </title>
 


        <para>
          <variablelist>
            <title>
              Structure of <structname>vhffs_users</structname>
            </title>


            <varlistentry>
              <term><structfield>uid</structfield></term>
              <listitem><para>
                <type>serial</type>


                <literal>PRIMARY KEY</literal>













              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>gid</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>username</structfield></term>
              <listitem><para>
                <type>character varying(50)</type>




                      <literal>UNIQUE</literal>




                <literal>NOT NULL</literal>



                <literal>DEFAULT &apos; &apos;::character varying</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>shell</structfield></term>
              <listitem><para>
                <type>character varying(20)</type>



                <literal>NOT NULL</literal>



                <literal>DEFAULT &apos; &apos;::character varying</literal>



              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>passwd</structfield></term>
              <listitem><para>
                <type>character varying(40)</type>



                <literal>NOT NULL</literal>



                <literal>DEFAULT &apos; &apos;::character varying</literal>



              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>homedir</structfield></term>
              <listitem><para>
                <type>character varying(40)</type>



                <literal>NOT NULL</literal>



                <literal>DEFAULT &apos; &apos;::character varying</literal>



              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>admin</structfield></term>
              <listitem><para>
                <type>integer</type>



                <literal>NOT NULL</literal>





              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>firstname</structfield></term>
              <listitem><para>
                <type>character varying(250)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>lastname</structfield></term>
              <listitem><para>
                <type>character varying(250)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>address</structfield></term>
              <listitem><para>
                <type>text</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>zipcode</structfield></term>
              <listitem><para>
                <type>character varying(16)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>city</structfield></term>
              <listitem><para>
                <type>character varying(250)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>country</structfield></term>
              <listitem><para>
                <type>character varying(250)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>mail</structfield></term>
              <listitem><para>
                <type>character varying(200)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>gpg_key</structfield></term>
              <listitem><para>
                <type>character varying(250)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>note</structfield></term>
              <listitem><para>
                <type>integer</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>language</structfield></term>
              <listitem><para>
                <type>character varying(16)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>theme</structfield></term>
              <listitem><para>
                <type>character varying(250)</type>







              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>object_id</structfield></term>
              <listitem><para>
                <type>integer</type>







                <literal>NOT NULL</literal>






                <literal>REFERENCES</literal> <xref linkend="public.table.vhffs-object"/>


              </para>

            </listitem>
          </varlistentry>

            <varlistentry>
              <term><structfield>lastloginpanel</structfield></term>
              <listitem><para>
                <type>bigint</type>







              </para>

            </listitem>
          </varlistentry>

        </variablelist>





        <variablelist>
          <title>Indexes on vhffs_users</title>

          <varlistentry>
            <term>idx_vhffs_users_admin</term>
            <listitem><para>&quot;admin&quot;</para></listitem>
          </varlistentry>



          <varlistentry>
            <term>idx_vhffs_users_gid</term>
            <listitem><para>gid</para></listitem>
          </varlistentry>



          <varlistentry>
            <term>idx_vhffs_users_lastloginpanel</term>
            <listitem><para>lastloginpanel</para></listitem>
          </varlistentry>



          <varlistentry>
            <term>idx_vhffs_users_object_id</term>
            <listitem><para>object_id</para></listitem>
          </varlistentry>

        </variablelist>





        <itemizedlist>
          <title>
            Tables referencing vhffs_object via Foreign Key Constraints
          </title>

          <listitem>
            <para>
              <xref linkend="public.table.vhffs-object"/>
            </para>
          </listitem>



          <listitem>
            <para>
              <xref linkend="public.table.vhffs-user-group"/>
            </para>
          </listitem>

        </itemizedlist>






        <variablelist>
          <title>Permissions on vhffs_users</title>

          <varlistentry>
            <term>vhffs</term>
            <listitem>
              <para>
                <simplelist type="inline">

                  <member>Select</member>


                  <member>Insert</member>


                  <member>Update</member>


                  <member>Delete</member>


                  <member>Rule</member>


                  <member>References</member>


                  <member>Trigger</member>

                </simplelist>
              </para>
            </listitem>
          </varlistentry>

        </variablelist>



      </para>
    </section>



  </chapter>

</book>

