Re: can I get a bit more attribute out of \dt directive?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: can I get a bit more attribute out of \dt directive?
Дата
Msg-id 27072.1256132700@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: can I get a bit more attribute out of \dt directive?  (Harald Fuchs <hari.fuchs@gmail.com>)
Список pgsql-admin
Harald Fuchs <hari.fuchs@gmail.com> writes:
> Highly interesting.  I put an "EXECUTE 'COMMENT ON TABLE ...'" into an
> AFTER INSERT OR UPDATE OR DELETE trigger, and this indeed works.  Does
> anyone see a drawback in modifying a table comment very often?

As long as pg_description gets vacuumed or autovacuumed often enough,
it should be no worse than frequent updates in any other table.

            regards, tom lane

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

Предыдущее
От: Scott Mead
Дата:
Сообщение: Re: How to troubleshoot a halted postgres 8.3 ?
Следующее
От: "Tena Sakai"
Дата:
Сообщение: Is it possible to have psql ignore the line I am typing?