> How do I get rid of all column headings in an SQL query? I just want to> print out the raw data without any headings.
Assuming you mean in the psql command-line, \t will turn off columnheadings and only show your rows.
-- Brett