On Wed, Sep 24, 2003 at 15:13:40 +0900,
Lee Weaver <lee(at)teczasky(dot)ne(dot)jp> wrote:
> Could someone please tell me where I could find info on exporting excel data
> into postgresql, or how to do it. Thanks!
If you export your excel data into tab separated data files (one for
each table), then it will be relatively easy to import it into
postgres using the copy command.