* Martin Pitt ([EMAIL PROTECTED]) wrote:
> Stephen Frost [2005-04-05 12:45 -0400]:
> > Package: postgresql-8.0
> > Version: 8.0.1-3
> > Severity: normal
> >
> > Greetings,
> >
> > pg_config should be in libpq-dev I think (or maybe libpq4). It's
> > necessary for building other applications and it makes no sense to
> > have to install the whole database just to compile Postgres apps.
>
> Right, I will change that.
>
> > Additionally, it should be available via /usr/bin or similar (perhaps
> > through a symlink).
>
> That's not as easy as it seems, see #302368.
It seems to me that this isn't an issue once it's in libpq-dev.
libpq-dev should always point to the latest thing which is what people
should be building new packages against. Additionally, libpq-dev should
depend on libpq4. It's not like there's anything more special about
pg_config than there is about libpq-dev/libpq4.
Stephen