=?ISO-8859-2?Q?libpg.dll problem while changing from version 8.2.4no-installer to 8.2.5 n=

Поиск
Список
Период
Сортировка
От pawo509@poczta.onet.pl
Тема =?ISO-8859-2?Q?libpg.dll problem while changing from version 8.2.4no-installer to 8.2.5 n=
Дата
Msg-id Q37607407-199b1bda590e9e039f02f3c03221b91e@pmq5.test.onet.pl
обсуждение исходный текст
Список pgsql-general
Hi,
I was using PostgreSQL in version postgresql-8.2.4-1-binaries-no-installer.zip under Windows. I did the following:
1. I unzipped PostgreSQL into D:\PostgreSQL and created directory named "database" inside.
2. I exceuted (on non-administrator account "postgres"): initdb -D "D:\PostgreSQL\database" -U root --encoding=UTF8
--no-locale
3. I executed (as an administrator): pg_ctl -D "D:\PostgreSQL\database" register -N myPostgreSQLService
Everything worked ok.
I changed version to postgresql-8.2.5-1-binaries-no-installer.zip, and tried to repeat procedure above."initdb" failed
becauselibpq.dll was not found. I discovered that localization of this library changed from /bin to /lib directory.
WhenI added this /lib to PATH everything worked OK. 
Does anyone know what is the reason of that change? According to version numbering of PostgreSQL, changing minor
versionnumber (here: 4->5) means small bug fixing and no enhancements. Changing library localization is rather not a
bugfix, and there should be a comment about that in release notes. 

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

Предыдущее
От: "Moiz Kothari"
Дата:
Сообщение: Re: pgpoolAdmin:No such file or directory in /var/www/html/pgpoolAdmin-1.0.0/libs/Smarty.class.php on line 1258
Следующее
От: Madison Kelly
Дата:
Сообщение: Re: subquery/alias question