Re: Contrib source

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Contrib source
Дата
Msg-id 4E0D04B8.4060606@postnewspapers.com.au
обсуждение исходный текст
Ответ на Re: Contrib source  (<gnuoytr@rcn.com>)
Ответы Re: Contrib source  (<gnuoytr@rcn.com>)
Список 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 по дате отправления:

Предыдущее
От: Casey Havenor
Дата:
Сообщение: Re: Inheritence issue scheme advice?
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: How to create "auto-increment" field WITHOUT a sequence object?