Re: How can i add a postgresql connection using inno setup?

Поиск
Список
Период
Сортировка
От yang
Тема Re: How can i add a postgresql connection using inno setup?
Дата
Msg-id 1453362591238-5883395.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: How can i add a postgresql connection using inno setup?  (Andreas Kretschmer <andreas@a-kretschmer.de>)
Список pgsql-general
Hi Andreas

I installed My project using inno setup program.
(Tomcat, PostgreSQL, etc)

Oddly, my db was not registered in postgresql.
Because the localhost server does not exist on the newly installed
postgreSQL.

If I add the localhost server and install the  project, my db was added to
localhost server.

So in my opinion I need to know how to add a localhost server when
installing.

(I'm using this code in inno setup.

[Run]
Filename: "C:\something\PostgreSQL\bin\createdb.exe"; Parameters: " -U
postgres -E UTF8 -O postgres -w warFolderName"; Components: ProjectName;
Flags: runhidden)



--
View this message in context:
http://postgresql.nabble.com/How-can-i-add-a-postgresql-connection-using-inno-setup-tp5882672p5883395.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


В списке pgsql-general по дате отправления:

Предыдущее
От: Andy Colson
Дата:
Сообщение: Re: long transfer time for binary data
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: Let's Do the CoC Right