Hello,
I'm wondering if there's a way to show the column type of a result with psql, e.g.

> select sum(r) from mytable;
   r
-------
 101.0

I'd like to see the type of the 'r' column.


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to