Update query in postgreSQL
14:38 19 Jan 2026

How to data copy in postgresql one column to another column new nuid = noid each table more than 2 crores records. And there are 1000 tables .and for some table dependent on views, functions , stored procedures , indexes , partition table. we need solution with best approch and without any risky , no performance issue , table lock issue etc... need full details solution with code

postgresql