Re: Need Information

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Need Information
Дата
Msg-id 52FD2768.8000004@hogranch.com
обсуждение исходный текст
Ответ на Need Information  (Praveen kumar reddy Thukivakam <praveenkumarreddy.t@hcl.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #9204: truncate_identifier may be called unnecessarily on escaped quoted identifiers
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #8467: Slightly confusing pgcrypto example in docs