Yes, there are no semicolons at the end of the line, but no big deal:postgres> cat
jbpm.jpdl.postgresql.sql | while read line; do echo "$line;" | psql jbpm; done.
While the creation, the database complains about nonexistent tables, but the script goes
on, and eventually creates the required structure. I use PostgreSQL 8.1.4.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067121#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...