Control File

From: "Bruno Almeida do Lago" <teolupus(at)gmail(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Control File
Date: 2006-01-13 16:13:04
Message-ID: 43c7d194.15ee8336.2e7c.ffffb362@mx.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Today I was playing with our test environment and noticed that if I delete a
PostgreSQL datafile (with cluster down) and bring up the database, It will
simple... come up???? :-/

I wonder if it shouldn't complain about the missing datafile before opening
the cluster... I don't know... Maybe something like the oracle control file
which stores information about the files needed to start the database.

It seems pretty easy to do it (I may be wrong...).

What do you think? Are there any special reasons for PostgreSQL not complain
about the missing datafiles on startup? Would that be hard to implement
(maybe I could do it).

C ya,
Bruno

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Qingqing Zhou 2006-01-13 18:06:19 Re: Control File
Previous Message kevin brintnall 2006-01-13 15:52:30 Re: GRANT/REVOKE column-level privileges