Hi,
can anyone tell me that how to create a table using pgadmin 3....i'm working on ubuntu 14.04.
I need to update my GUI application....through database.....how do i do that?
inserting table? updating table?
I'm not sure what you are planning to do: pgAdmin is a tool for the PostgreSQL database. If you want to work with Qt and PostgreSQL you have to CREATE a table, then INSERT the data...