Re: excell to postgres
Hal Snyder <hal@vailsys.com>
From: Hal Snyder <hal@vailsys.com>
To: pgsql-general@hub.org
Date: 2000-04-17T20:41:24Z
Lists: pgsql-general
Jeffrey <seesej@uswest.net> writes: > I don't understand the need for such complicated solutions. Why not > just create a table with your shcema, pg_dump the table and insert > your delimited .xls file in the pg_dump file. Then re-install the > pg_dump-ed table. The above step would save the MS user from converting his .XLS files to Access - all he does is Save As .CSV. Good idea.