Re: Keeping creation time of objects

Поиск
Список
Период
Сортировка
От Volkan YAZICI
Тема Re: Keeping creation time of objects
Дата
Msg-id 87hc8oqzvl.fsf@alamut.mobiliz.com.tr
обсуждение исходный текст
Ответ на Re: Keeping creation time of objects  (David Fetter <david@fetter.org>)
Ответы Re: Keeping creation time of objects
Список pgsql-hackers
On Tue, 9 Sep 2008, David Fetter <david@fetter.org> writes:
>> AFAICS, PostgreSQL is not keeping info about when a table, database,
>> sequence, etc was created.  We cannot get that info even from OS,
>> since CLUSTER or VACUUM FULL may change the metadata of
>> corresponding relfilenode.
>
> When people aren't keeping track of their DDL, that is very strictly a
> process problem on their end.  When people are shooting themselves in
> the foot, it's a great disservice to market Kevlar shoes to them.

Word. In the company I'm currently working at we store database schema
in a VCS repository with minor and major version taggings. And there is
a current_foo_soft_version() function that returns the revision of the
related database schema. If there is no control over the database schema
changes in a company working scheme, the most logging-feature-rich
PostgreSQL release will provide an insignificant benefit compared the
mess needs to get fixed.


Regards.


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

Предыдущее
От: "Fujii Masao"
Дата:
Сообщение: Re: Synchronous Log Shipping Replication
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: Synchronous Log Shipping Replication