Re: Re: [HACKERS] contrib

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: [HACKERS] contrib
Дата
Msg-id 29576.989901771@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] contrib  ("Joe Conway" <joe@conway-family.com>)
Список pgsql-patches
"Joe Conway" <joe@conway-family.com> writes:
> While thinking about how to implement TABLE_PRIVILEGES view per SQL92, I
> realized that a function is needed to dynamically return the current
> database name, and current database owner.

Just out of curiosity, why are these needed for TABLE_PRIVILEGES?

> current_dbname() - returns name of current database
> current_dboid() - retuns oid of current database
> current_dbownername() - returns owner name of current database (based on
> datdba)
> current_dbownerid() - returns owner usesysid (well, more accurately datdba)

One thing to bear in mind is that the existing notion of databases
may need to be rethought when we implement SQL-style schemas (which
I hope will happen for 7.2).  It might be best to refrain from inventing
more functions until we see how the schema work settles out.

I haven't yet heard any serious discussion about how to integrate
the SQL-defined schema concepts with Postgres' traditional concept of
independent databases within an installation.  It's about time to have
that discussion though ...

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Remove columns pg_index.haskeytype and pg_index.indisclustered
Следующее
От: "Joe Conway"
Дата:
Сообщение: Re: Re: [HACKERS] contrib