Re: determining when a database was created

Поиск
Список
Период
Сортировка
От Ian Lipsky
Тема Re: determining when a database was created
Дата
Msg-id FD06100DD83F4B1BAA060752ED006C5D.MAI@merk.caltech.edu
обсуждение исходный текст
Ответ на determining when a database was created  (Ian Lipsky <postgres@merk.caltech.edu>)
Ответы Re: determining when a database was created  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
How can i determine which directory contains the database files? there are a few databases. I
though of doing that, but didnt know how to tell which directory belongs with which database.

thanks

----- Original Message -----
From: Tom Lane
To:  Ian Lipsky <postgres@merk.caltech.edu>
Cc:  pgsql-admin@postgresql.org
Sent: Mon, 31 May 2004 00:37:40 -0400
Subject: Re: [ADMIN] determining when a database was created

Ian Lipsky <postgres@merk.caltech.edu> writes:
> is there a way to tell when a database was created?

Nope, PG doesn't record that anywhere.

You could get an upper bound by looking for the oldest file mod time in
the database's files.  This isn't completely reliable, but unless you're
in the habit of changing system catalogs as obscure as pg_am, it'd
probably be good enough.

            regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org


В списке pgsql-admin по дате отправления:

Предыдущее
От: "Jhonatas M. Rodríguez"
Дата:
Сообщение: a question?..
Следующее
От: Tom Lane
Дата:
Сообщение: Re: determining when a database was created