i keep gettin' out of memory errors when running this type of command on
my tables
psql database -c "select column1,column2 from table;" > 2columnsout
the reason im doing it this way is to just retrieve two columns, is
there as another way to do this ? i looked at the -o filename option,it
still produced the same error!?
possible something to add to pg_dump? the ability to dump certain
columns?