John R Pierce wrote:
how to install *what* DLL's ?

This is probably part of the problem - if some files are gone it's sometimes hard to find out which ones ;-)

So let's see for my 64-bit installation...

PS C:\Users\Brar> & "C:\Program Files\PostgreSQL\9.0\bin\pg_config.exe" | where { $_ -match "version"} get-childitem "C:\Program Files\PostgreSQL\9.0\bin" | sort extension, name | format-table name -GroupBy extension

VERSION = PostgreSQL 9.0.5


   Extension: .dll

Name
----
libeay32.dll
libiconv.dll
libintl.dll
libpq.dll
libxml2.dll
libxslt.dll
msvcr71.dll
ssleay32.dll
zlib1.dll


   Extension: .exe

Name
----
clusterdb.exe
createdb.exe
createlang.exe
createuser.exe
dropdb.exe
droplang.exe
dropuser.exe
ecpg.exe
initdb.exe
oid2name.exe
pg_archivecleanup.exe
pg_config.exe
pg_controldata.exe
pg_ctl.exe
pg_dump.exe
pg_dumpall.exe
pg_regress.exe
pg_regress_ecpg.exe
pg_resetxlog.exe
pg_restore.exe
pg_standby.exe
pg_upgrade.exe
pgAdmin3.exe
pgbench.exe
postgres.exe
psql.exe
reindexdb.exe
stackbuilder.exe
vacuumdb.exe
vacuumlo.exe
zic.exe


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to