my $sth = $dbh->prepare( qq{SELECT "datacl" FROM "pg_catalog"."pg_database"} ); $sth->execute(); my $arrayref = $sth->fetchall_arrayref;