Re: DatabaseMetaData.getCatalogs()

Поиск
Список
Период
Сортировка
От jason@netspade.com
Тема Re: DatabaseMetaData.getCatalogs()
Дата
Msg-id 2814131.994700696717.JavaMail.jason@www2.kc.aoindustries.com
обсуждение исходный текст
Ответ на DatabaseMetaData.getCatalogs()  (jason@netspade.com)
Ответы Re: DatabaseMetaData.getCatalogs()
Список pgsql-jdbc
[[[ 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

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Steve Wampler
Дата:
Сообщение: Re: Too much data received?
Следующее
От: Joseph Shraibman
Дата:
Сообщение: Re: Patch to remove connection hook and JDK 1.3 dependencies