Bug #880: COMMENT ON DATABASE depends on current database

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #880: COMMENT ON DATABASE depends on current database
Дата
Msg-id 20030122115604.2DEDC4761A3@postgresql.org
обсуждение исходный текст
Ответы Re: Bug #880: COMMENT ON DATABASE depends on current database  (Bhuvan A <bhuvansql@myrealbox.com>)
Список pgsql-bugs
Marcin Kaminski (alternative@maxiu.com) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
COMMENT ON DATABASE depends on current database

Long Description
PostgreSQL has mechanism for commenting databases.
Database comments can by read by obj_description(oid),
psql \l+ command use it. Database comments should be
global, but they are not, when we do \l+ on one database,
and then on other, results will be different.
I consider it is a bug, database is global object (You
can connect to it from any database) but their comments
are not.


Sample Code


No file was uploaded with this report

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: readline usage in psql...
Следующее
От: "Ace"
Дата:
Сообщение: Optimizer bug in UPDATE with subselect