Fix bug in reading acls (didn't treat null acl as meaning the table owner had

Barry Lind <barry@xythos.com>

Commit: 1e3372e6bbceddc7b9f0f7f92d8c2253838e2836
Author: Barry Lind <barry@xythos.com>
Date: 2003-03-24T03:48:32Z
Releases: 7.4.1
Fix bug in reading acls (didn't treat null acl as meaning the table owner had
full privs), also updated the regression test for this case.

 Modified Files:
 	jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java
 	jdbc/org/postgresql/test/jdbc2/DatabaseMetaDataTest.java

Files