Re: Re: [HACKERS] contrib

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Re: [HACKERS] contrib
Дата
Msg-id 016a01c0dd06$efb89e90$0705a8c0@jecw2k1
обсуждение исходный текст
Ответ на Re: [HACKERS] contrib  ("Joe Conway" <joe@conway-family.com>)
Список pgsql-patches
>
> Just out of curiosity, why are these needed for TABLE_PRIVILEGES?
>

Only one is really needed for that purpose, current_dbname. TABLE_PRIVILEGES
defines the field TABLE_CATALOG which should be set to the current database
name. In MSSQL7 you can get the current database using a function called
DB_NAME(). In Oracle, you can get it by querying for NAME from V_$DATABASE.

-- Joe



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: [HACKERS] contrib
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: GIST question