Re: [SQL] Datafiles for Databases

2003-09-24 Thread Bruce Momjian
Christopher Browne wrote: > In the last exciting episode, [EMAIL PROTECTED] ("Kumar") wrote: > > I was looking for a structure like oracle or ms Sql?server in Postgres. What I > > have expected is individual > > datafiles for individual databases. But i cant fine such items in the > > /usr/local/

Re: [SQL] Datafiles for Databases

2003-09-19 Thread Christopher Browne
In the last exciting episode, [EMAIL PROTECTED] ("Kumar") wrote: > I was looking for a structure like oracle or ms Sql server in Postgres. What I have > expected is individual > datafiles for individual databases. But i cant fine such items in the > /usr/local/pgsql/data directory. > > Will the p

Re: [SQL] Datafiles for Databases

2003-09-19 Thread A.Bhuvaneswaran
> Will the postgres create individual data file for databases? Yes. > How to get the datafile path of a database? /var/lib/pgsql/data/base/, database directory name = pg_database.oid. You can also use oid2name contrib module for finer detail. regards, bhuvaneswaran ---

[SQL] Datafiles for Databases

2003-09-18 Thread Kumar
Dear Friends,   I was looking for a structure like oracle or ms Sql server in Postgres. What I have expected is individual datafiles for individual databases. But i cant fine such items in the /usr/local/pgsql/data directory.   Will the postgres create individual data file for databases?   H