Re: [ADMIN] how to recognise databses

2003-10-20 Thread Thierry Missimilly
One good and very usefull script for that is oid2name . You can find it in contrib/oid2name Thierry Missimilly   Ashok Chauhan wrote: we have made 4 databases in postgresql, now we want to know how can be recognize these database files in /var/lib/pgsql/data/base. ---(end

Re: [ADMIN] how to recognise databses

2003-10-20 Thread Mailing List
> we have made 4 databases in postgresql, now we want to know how can be > recognize these database files in /var/lib/pgsql/data/base. Execute this query: select datname, datid from pg_stat_database; Bye, Chris. ---(end of broadcast)--- TIP 6

[ADMIN] how to recognise databses

2003-10-20 Thread Ashok Chauhan
we have made 4 databases in postgresql, now we want to know how can be recognize these database files in /var/lib/pgsql/data/base. ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/fa