On Fri, Sep 17, 2004 at 18:50:53 +0200, Daniele Beauquier <[EMAIL PROTECTED]> wrote: > How to import an Excel table into a Postgresql table in a simple way?
Export it into CSV or TSV format and then use \copy in psql to load it. ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match