I usually use MySQL, to determine its data type, I use 'describe column_name;' but in PostgreSQL, it doesn't work. What is the correct formula to determine data types in PostgreSQL?
I tried inputting the code: describe column_name; \d table_name; but none of them worked
\donly works in thepsqlshell