Re: Database Create Date

From: "Andy Shellam (Mailing Lists)" <andy(dot)shellam-lists(at)mailnetwork(dot)co(dot)uk>
To: Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Database Create Date
Date: 2007-01-09 16:10:47
Message-ID: 45A3BE87.3060101@mailnetwork.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Achilleas Mantzios wrote:
> I was able to find that in FreeBSD the -U in ls (1) does the job.
> However i could not find any inode creation time related info for linux
> (ext3).
> Anyone has any clue on that?
>
I believe "ls -l" by default shows the created time, you can switch to
show the last modified time using "ls -l --time=atime"

Also in FreeBSD (at least, 6.1) there is no "-U" option to ls; there is
a "-u" option but this shows the last access, not the creation time.

--
Andy Shellam
NetServe Support Team

the Mail Network
"an alternative in a standardised world"

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2007-01-09 16:11:13 Re: Database Create Date
Previous Message Achilleas Mantzios 2007-01-09 16:04:13 Re: Database Create Date