lorint / AdventureWorks-for-Postgres

Set up the AdventureWorks sample database for use with Postgres
MIT License
369 stars 185 forks source link

Unable to run install.sql #2

Closed arockiya closed 7 years ago

arockiya commented 7 years ago

I am unable to run install.sql through Query editor in PGAdmin III. its giving multiple error. Or can you pls suggest how else we can run this file.

PS: I am trying this in Windows 7 desktop.

lorint commented 7 years ago

Hmmmm ... I realize that the last push didn't include one critical line in update_csvs.rb that properly sets up quotes in blocks of XML. This commit should hopefully set things in order:

41898420120ccd7afae4d261035dda6fb9fb4e0a

At least it's flying on the Windows 8 machine I have here to test with.

You'll need to start from scratch -- remove your existing CSVs and unzip fresh CSVs to work with, and follow all the steps.

Thanks for bringing this to my attention, and please let me know if things work out.

arockiya commented 7 years ago

Sorry for the late update. Issue resolved. Thank you so much.