From: | John R Pierce <pierce(at)hogranch(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: Need Information |
Date: | 2014-02-13 20:13:28 |
Message-ID: | 52FD2768.8000004@hogranch.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2014-02-13 20:39:20 | Re: BUG #8467: Slightly confusing pgcrypto example in docs |
Previous Message | Joshua Yanovski | 2014-02-13 19:17:44 | Re: BUG #9204: truncate_identifier may be called unnecessarily on escaped quoted identifiers |