Re: Need Information - Mailing list pgsql-bugs

From John R Pierce
Subject Re: Need Information
Date
Msg-id 52FD2768.8000004@hogranch.com
Whole thread Raw
In response to Need Information  (Praveen kumar reddy Thukivakam <praveenkumarreddy.t@hcl.com>)
List 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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #9204: truncate_identifier may be called unnecessarily on escaped quoted identifiers
Next
From: Bruce Momjian
Date:
Subject: Re: BUG #8467: Slightly confusing pgcrypto example in docs