Sunday, July 4, 2021

How to access the table from Postgres Admin pgAdmin?

 It is straight forward to access the SQL table in SQL Server from SQL management studio.

after we connect to the SQL DB, then we can expand the selected DB. the table is right under it

Database---->tables


however it is a little different to access the table for Postgres DB.

you need to go the Database ----> Schema --->Public ---->Tables













 

No comments:

Post a Comment