Aug 6, 2003 #1 nguyenb9 Technical User Apr 1, 2003 55 US I would like to know how to import and export data into POSTGRES database. How do I load .CSV data to postgres. Thank you for your help in this matter.
I would like to know how to import and export data into POSTGRES database. How do I load .CSV data to postgres. Thank you for your help in this matter.
Aug 6, 2003 #2 stoolpigeon Programmer Aug 1, 2001 309 US You can use copy to import data http://techdocs.postgresql.org/techdocs/usingcopy.php the above will take you to a nice tutorial on using copy effectively and has many links to official docs etc. on using copy. Upvote 0 Downvote
You can use copy to import data http://techdocs.postgresql.org/techdocs/usingcopy.php the above will take you to a nice tutorial on using copy effectively and has many links to official docs etc. on using copy.