Re: Last updated time for a Schema of the table

2020-11-02 Thread hubert depesz lubaczewski
On Mon, Nov 02, 2020 at 03:23:06PM +0530, paras paliya wrote: > I need the last updated time or alter time of the table. Like changing the > column name or adding/deleting a column. Is there any table or view from > which I can get? PostgreSQL doesn't keep that information. You can: 1. set log_st

Re: Last updated time for a Schema of the table

2020-11-02 Thread PALAYRET Jacques
Envoyé: Lundi 2 Novembre 2020 10:53:06 Objet: Last updated time for a Schema of the table Hi All, I need the last updated time or alter time of the table. Like changing the column name or adding/deleting a column. Is there any table or view from which I can get? Thanks, Paras

Last updated time for a Schema of the table

2020-11-02 Thread paras paliya
Hi All, I need the last updated time or alter time of the table. Like changing the column name or adding/deleting a column. Is there any table or view from which I can get? Thanks, Paras