Re: Can schemas be ordered regarding their creation time ? - Mailing list pgsql-admin

From Amador Alvarez
Subject Re: Can schemas be ordered regarding their creation time ?
Date
Msg-id 4FCEAB1F.8090006@d2.com
Whole thread Raw
In response to Re: Can schemas be ordered regarding their creation time ?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
Thanks Tom,
I will figure out then how to add a newly created schema to the
schema-list to be backed up (dumped) but not directly as i expected.

Cheers,
A.A.


On 06/05/2012 05:43 PM, Tom Lane wrote:
> Amador Alvarez<aalvarez@d2.com>  writes:
>> I would like to know if it is possible to get the date when the
>> different schemas were created, as I want to write an script to dump
>> only the latest schemas, the latest month created schemas for instance.
> No, sorry, Postgres does not track creation time of database objects.
>
>             regards, tom lane

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Can schemas be ordered regarding their creation time ?
Next
From: shuaixf
Date:
Subject: Re: Could the unlogged table of postgresql be used as session?