Skip to content
Prev 488 / 1559 Next

New package RPostgreSQL 0.1.0

On Fri, 17 Oct 2008, Dirk Eddelbuettel wrote:

            
Those which have development files on.  (We have some production 
PostgreSQL systems without it, since the CMS for our websites runs on 
PostgreSQL.)

gannet% whereis pg_config
pg_config: /usr/bin/pg_config /usr/include/pg_config.h 
/usr/share/man/man1/pg_config.1.gz
gannet% rpm -q --whatprovides /usr/bin/pg_config
postgresql-devel-8.2.10-1.fc8

so it is part of the -devel RPM as one might expect from RH.
It's part of the standard .msi installer, but you have to select 
non-default options, the Development group (only to do a source build of 
RPostgreSQL, as far as I can tell).  It *should* be easy to go back and 
add those options, but on my box the installation path had been lost so I 
actually had to uninstall and reinstall.
Sure, but even if it is, a standard setup (even on Windows) will require 
both a user and a password (and the only user you can guarantee is present 
is "postgresql").  I was just warning people that failure is expected.