[[[ Original Message from Peter Eisentraut <peter_e@gmx.net> ]]]
> The list of columns you return is wrong. There is no COLUMN_NAME column.
Does PostgreSQL actually support privileges for individual columns?
> TABLE_CAT should be filled in with the database name (should be available
> via getConnection().getCatalog()). A missing TABLE_SCHEM should be set to
> null (in the SQL sense). Also you have GRANTOR and GRANTEE mixed up,
> besides the fact that PostgreSQL doesn't store the GRANTEE at all (yet).
Sorry about that. Surely the grantee is the username in the relacl field e.g. {"=","jason=arwR"} and the grantor is the
ownerof the table?
Jason