Jean-René
07-05-2005, 12:29 PM
I'm trying to imort data from a postgre dump file to a db on your server but it seems that phpPgAdmin dosent like the copy commande <br/> I can't insert a specific timstamp value here is a insert exempl that i have tried :
<code>
INSERT INTO "commain"("comno", "comcli", "comdate", "compay", "comcc", "comexp1", "comtotal", "comconf", "comtps", "comtvq", "comnom", "comexp", "posted") VALUES ('250562',2003-12-30 00:00:00.000000,'XXX','\N','\N','42.49','\N','2.37 ','2.72','\N','\N','false')
</code>
and many other variation but to no avail
thanks for any input
<code>
INSERT INTO "commain"("comno", "comcli", "comdate", "compay", "comcc", "comexp1", "comtotal", "comconf", "comtps", "comtvq", "comnom", "comexp", "posted") VALUES ('250562',2003-12-30 00:00:00.000000,'XXX','\N','\N','42.49','\N','2.37 ','2.72','\N','\N','false')
</code>
and many other variation but to no avail
thanks for any input