g == gryzman@xxxxxxxxx writes: g> just change whatever you are storing to be in vertical structure, g> instead of horizontal. so instead of create table foo(a int, b int, c g> int, etc), try: g> create table foo(name varchar, val int); g> common mistake I've seen committed by people.. I'm not sure I follow how this solves the problem. -- Brandon -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general