On 2/11/2014 11:21 PM, Praveen kumar reddy Thukivakam wrote:
> We are using Postgre SQL 9.3 version for our Project, able to connect
> to Postgre after downloading and we are not sure how can we import
> *postgresql-jbpm-schema.SQL *file into Postgre DB, could you help us
> with any document how can we import the Script files into DB
psql [ -h hostname -U username -p port ] -d databasename -f
postgresql-jbpm-schema.SQL
[ ] stuff is optional as needed. the database needs to be created
first and probably should be owned by the user/role importing the schema.
--
john r pierce 37N 122W
somewhere on the middle of the left coast