Re: Two questions.

From: <bon(at)kernel(dot)net(dot)uy>
To: "'Bruce Momjian'" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Two questions.
Date: 2002-10-09 16:48:32
Message-ID: 001801c26fb3$b450ab90$0501a8c0@Kdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


Thank you Bruce.

Really, what I would want to know is how PostgreSQL assigns a physical name
to files what represent the database objects.

I noticed that if I lose a file of the database, the pg_restore program does
not recover it, giving an error because the associated table exists on the
database. On the other hand I can't drop the table because an error occurs:
the file or directory does not exist.

How I can to solve this problem ?

Regards,
Fabio Bon

-----Mensaje original-----
De: pgsql-admin-owner(at)postgresql(dot)org
[mailto:pgsql-admin-owner(at)postgresql(dot)org]En nombre de Bruce Momjian
Enviado el: martes 8 de octubre de 2002 23:22
Para: fbon(at)adinet(dot)com(dot)uy
CC: pgsql-admin(at)postgresql(dot)org
Asunto: Re: [ADMIN] Two questions.

bon(at)kernel(dot)net(dot)uy wrote:
> Hello !
>
> Where I can find information, to know since one is organized the system of
> files of a PostgreSQL database ? ( files of database objects ).
>
> If I have a " disc crash " or lose accidental one or several files, since
I
> can realize which lack?

I wrote something up for 7.3:

http://developer.postgresql.org/docs/postgres/diskusage.html

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Bruce Momjian 2002-10-09 16:52:15 Re: Two questions.
Previous Message Bruce Momjian 2002-10-09 02:21:37 Re: Two questions.