----- Original Message -----
From: "Patrick Pui Chuen Lam" <plam@lycos.com>
Sent: Wednesday, April 03, 2002 10:32 AM
> How do you convert an xls file into a sql file?
You're on the wrong list a bit, Patrick, to ask this sort
of questions...
Anyway, save your xls file as a csv (comma-separated values), and
load it in. I don't recall exactly off-hand now, but there might be a contrib
package to import data from Excel to a PG db.
-s