Re: Contrib source - Mailing list pgsql-general

From Craig Ringer
Subject Re: Contrib source
Date
Msg-id 4E0D04B8.4060606@postnewspapers.com.au
Whole thread Raw
In response to Re: Contrib source  (<gnuoytr@rcn.com>)
Responses Re: Contrib source  (<gnuoytr@rcn.com>)
List pgsql-general
On 07/01/2011 12:48 AM, gnuoytr@rcn.com wrote:
> I just got wholly confused.  Synaptic makes it appear that *contrib is a separate entity.  And the source isn't in a
srcsubdirectory, but in the contrib directory directly. 
Debian, like most distros, produces several binary packages from a
single source package, so you can only install parts of it if you want.

It sounds like you installed the binary package for the contrib modules,
rather than downloading the source code.

If you'd used "apt-get source postgresql-8.4-contrib" (or whatever the
package name is) you would've found that the source package it
downloaded was just "postgresql-8.4".

If you "apt-cache show postgresql-8.4-contrib" you'll see that the
source package line will just show "postgresql-8.4" or something like
that, and will be the same for most of the other packages like the
client and server binary packages.

--
Craig Ringer

pgsql-general by date:

Previous
From: Casey Havenor
Date:
Subject: Re: Inheritence issue scheme advice?
Next
From: Craig Ringer
Date:
Subject: Re: How to create "auto-increment" field WITHOUT a sequence object?