relation create time

From: "Hu, Patricia" <Patricia(dot)Hu(at)finra(dot)org>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: relation create time
Date: 2017-05-10 16:05:47
Message-ID: A22137031445794A99E795CDDB6BAF589E96BD22@KWAWNEXMBP002.corp.root.nasd.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am trying to find out when a table was created in postgresql. Thought it would be easy (coming from Oracle world), but haven't had any luck, especially since we are on RDS and can't peek at the timestamp on the file system. Is this information stored anywhere in the catalog? Or I need to store it myself? Is there any plan to add such meta data information to the catalog as a feature? Thanks a lot!

Thanks,
Patricia

Confidentiality Notice:: This email, including attachments, may include non-public, proprietary, confidential or legally privileged information. If you are not an intended recipient or an authorized agent of an intended recipient, you are hereby notified that any dissemination, distribution or copying of the information contained in or transmitted with this e-mail is unauthorized and strictly prohibited. If you have received this email in error, please notify the sender by replying to this message and permanently delete this e-mail, its attachments, and any copies of it immediately. You should not retain, copy or use this e-mail or any attachment for any purpose, nor disclose all or any part of the contents to any other person. Thank you.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2017-05-10 16:30:54 Re: character encoding of the postgres database
Previous Message Brian Dunavant 2017-05-10 15:53:43 Re: Select from tableA - if not exists then tableB