pgsmo/objects/database/database.py [168:184]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @property
    def tblacl(self):
        return self._full_properties.get("tblacl", "")

    @property
    def seqacl(self):
        return self._full_properties.get("seqacl", "")

    @property
    def funcacl(self):
        return self._full_properties.get("funcacl", "")

    @property
    def typeacl(self):
        return self._full_properties.get("typeacl", "")

    @property
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



pgsmo/objects/schema/schema.py [65:81]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @property
    def tblacl(self):
        return self._full_properties.get("tblacl", "")

    @property
    def seqacl(self):
        return self._full_properties.get("seqacl", "")

    @property
    def funcacl(self):
        return self._full_properties.get("funcacl", "")

    @property
    def typeacl(self):
        return self._full_properties.get("typeacl", "")

    @property
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



