Hi Experts,
Iam a newbie to postgressql, with the help of some docs i hv created a db on postgressql which is on redhat 8.0 and taken db from my frnd's redhat and successfuly loaded (copied) his db in mine... now i can goto psql <db_name> then i get #psql from here if i give \dt i can view all tables... how to chk data in a table.. from psql prop if i give select * from <table_name> it won't give anything and also how do i delete all the data in a table... and how do i take reports from a table in csv format... kindly help...
Thanks