Re: what is in ../data/base ??

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: pierre <bk226157(at)skynet(dot)be>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: what is in ../data/base ??
Date: 2002-01-08 16:40:47
Message-ID: 200201081640.g08GemZ11015@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

pierre wrote:
> Hello,
>
> I am currently using 7.1.3 on an HPUX-11.00
> When I do a ls -al to look at the ../data/base directory here is what i see:
>
> postgres>ls -al
> total 52
> drwx------ 7 postgres users 1024 Jan 1 18:05 .
> drwx------ 5 postgres sys 1024 Jan 1 17:46 ..
> drwx------ 2 postgres users 2048 Dec 17 21:40 1
> drwx------ 2 postgres users 3072 Dec 31 14:56 184847
> drwx------ 2 postgres users 2048 Dec 17 21:34 18719
> drwx------ 2 postgres users 7168 Dec 17 22:51 58443
> drwx------ 2 postgres users 10240 Jan 1 17:57 5886825
> postgres>pwd
> /db1240/data/base
> postgres>
>
> I don't see the name of the databases I have created !!
> Idem inside a database directory. I don't see the name of the tables & index !
> Only numbers !
>
> Is it so since 7.1.3 ? It was not the case with 7.0.2 !
> Any light on this ?? Have I done something wrong when installing 7.1.3 ?

See contrib/oid2name for mapping from numbers to names of databases and
tables/indexes.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nick Haw 2002-01-08 17:07:42 plpgsql
Previous Message Peter E. Chen 2002-01-08 16:25:13 Does Postgres support BLOB datatypes?