Jim Nasby <[EMAIL PROTECTED]> writes: > On Sep 20, 2006, at 11:45 AM, Jessica Richard wrote: >> I would like to know when each of my databases were created.
> You're not the first person to ask for this, but it's still pretty > unclear what the use-case for that info is (and without a decent use- > case, it's pretty unlikely that this info will get stored). If we did store it, it would presumably reflect the time of issuance of CREATE DATABASE, which would mean it wouldn't survive a dump and reload anyway (as the OP seems to be wishing for). regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match