Re: Database consistency checker
От
Tom Lane
Тема
Re: Database consistency checker
Дата
Msg-id
14459.1080602026@sss.pgh.pa.us
Ответ на
Database consistency checker (Richard Harris)
Список
Дерево обсуждения
Database consistency checker "Richard Harris" <Richard_Harris@adp.com>
Re: Database consistency checker Tom Lane <tgl@sss.pgh.pa.us>
"Richard Harris" writes: >Does PosgreSQL has a capability to check t= > he internal consistency of tables and and indexes, i.e., a tool like the DB= > CC capability in MS SQL Server? If so, where is it documented?
(Please don't use HTML in postings to the PG lists.) We do not have any automatic database verifiers. In general there are no known repeatable failure modes in Postgres, and thus not a lot of scope for tools that look for such errors ... we prefer to spend our development efforts on making the system bulletproof in the first place ;-) regards, tom lane
В списке pgsql-admin по дате отправления