On Fri, Sep 17, 2004 at 18:50:53 +0200, Daniele Beauquier <beauquier(at)univ-paris12(dot)fr> 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.