Aug 6, 2003 #1 nguyenb9 Technical User Joined Apr 1, 2003 Messages 55 Location 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 Joined Aug 1, 2001 Messages 309 Location 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.