Really annoying comments...

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Really annoying comments...
Дата
Msg-id 04f201c1e7cc$3479b2a0$8001a8c0@jester
обсуждение исходный текст
Ответы Re: Really annoying comments...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
COMMENT ON DATABASE db IS 'Comment';

Now switch databases.  Comment is gone.

Of course, adding the comments to template1 will carry comments
forward (in pg_description) to future DBs.  Not fatal, but quite
annoying.

I suppose in order to add a comment field to pg_database it would need
to be toasted or something (ton of work).  Any other way to fix this?
--
Rod



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Improved scanner performance
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Schema (namespace) privilege details