You can refer to system view information_schema.tables and system catalog pg_catalog.pg_class.
Write any SQL query as you want.
thanks.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
@AnuragSharma-MSFT, As discussed I'm starting a new thread inorder to get the PostgreSQL script.
The script should have the details to collect all the data information such as object count, row count, parameter values, namespace, constraints etc. In other words, the script should collect all the information about the Souce postgreSQL database. This will be helpful in order to validate everything once the Migration is completed.
Thanks,
Velmurugan
You can refer to system view information_schema.tables and system catalog pg_catalog.pg_class.
Write any SQL query as you want.
thanks.