I am trying to learn PostgreSQL after already having used MySQL and Oracle for some time now. It seems that using psql is a step backwards...
How do you perform the psql equivalent of a "DESCRIBE TABLE"Oracle's DESCRIBE TABLE in PostgreSQL (using the psql command)?