Hello
2011/12/7 Prashant Bharucha
> Hello All
>
> Could you please help me to find out of tables creation date and time in
> database ?
>
> Thanks
> P Bharucha
>
If you have a PostgreSQL 9.1, you can use a security hooks and write own
custom extension, that will store a timestamp to somewhere.
On Wed, Dec 7, 2011 at 12:09 PM, Prashant Bharucha
wrote:
>
> Hello All
>
> Could you please help me to find out of tables creation date and time in
> database ?
Generally speaking the easiest and simplest way is to log such
information and then go through the logs to find out. Otherwise,
there
Hello All
Could you please help me to find out of tables creation date and time in
database ?
Thanks
P Bharucha