Re: Two questions.

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: fbon(at)adinet(dot)com(dot)uy
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Two questions.
Date: 2002-10-09 16:52:15
Message-ID: 200210091652.g99GqF224742@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


The file is the oid of the pg_class row for the relation.

---------------------------------------------------------------------------

bon(at)kernel(dot)net(dot)uy wrote:
>
> 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
>
>

--
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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Bruce Momjian 2002-10-09 16:52:28 Re: Two questions.
Previous Message bon 2002-10-09 16:48:32 Re: Two questions.