The numbers are not match in 7.1.2 - Mailing list pgsql-sql

From Raymond Chui
Subject The numbers are not match in 7.1.2
Date
Msg-id 3B7030CE.A50C4214@noaa.gov
Whole thread Raw
List pgsql-sql
When I do

select * from pg_database;

I got

datname     | ........... | datlastsysoid
------------------------------------
mydbname | ........... | 18539

But When I

cd $PGDATA/data/base/
ls -la

I got
1
18719
18725

Where is 18539 ??!!

I think mydbname is 18725
When I

cd 18725
ls

There are a lot of numbers. How do I figure out which number is which
table_name?

BTW, what is/are the advantage(s) used the numbers instead real text
name like
7.0.x used to do?

--Raymond


pgsql-sql by date:

Previous
From: "William Courtier"
Date:
Subject: Re: Are circular REFERENCES possible ?
Next
From: Alan Gutierrez
Date:
Subject: Re: on update restrict