]> granicus.if.org Git - postgresql/commit
Fix bug in reading acls (didn't treat null acl as meaning the table owner had
authorBarry Lind <barry@xythos.com>
Mon, 24 Mar 2003 03:48:32 +0000 (03:48 +0000)
committerBarry Lind <barry@xythos.com>
Mon, 24 Mar 2003 03:48:32 +0000 (03:48 +0000)
commit1e3372e6bbceddc7b9f0f7f92d8c2253838e2836
treec859cf2c5fb14278451cabdcc54aa558989607f2
parent0489783011ee277476bd9076767b39f08c0e0cd1
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
src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java
src/interfaces/jdbc/org/postgresql/test/jdbc2/DatabaseMetaDataTest.java