How do I get datatype of specific field from table in postgres ? For example I have the following table, student_details ( stu_id integer, stu_name varcha
run psql -E and then \d student_details
psql -E
\d student_details