Re: [ADMIN] find table name

2003-12-08 Thread greg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I used to run oid2name to find the relation between database names and > .../data/base/ but i'm interested also to identify relation between table > names, index names and files number as would try to decrease Wait I/O by > setting tables on one

Re: [ADMIN] find table name

2003-12-08 Thread Thierry Missimilly
Hi the list, I used to run oid2name to find the relation between database names and .../data/base/ but i'm interested also to identify relation between table names, index names and files number as would try to decrease Wait I/O by setting tables on one disk and indexes on another one. The tables p

Re: [ADMIN] find table name

2003-12-07 Thread greg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > In postgresql all databases are stored in /data/base directory in > numbers form and all the related tables with that database are stored in > that directory again in numbers form. > so there is any command or query to see the original table nam

[ADMIN] find table name

2003-12-06 Thread Ashok Chauhan
hi In postgresql all databases are stored in /data/base directory in numbers form and all the related tables with that database are stored in that directory again in numbers form. so there is any command or query to see the original table names. just like:- select * from pg_stat_database; for da