Re: What the heck is happening here?

From: Souk-Aloun Samuel <sam(at)akio-solutions(dot)com>
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: What the heck is happening here?
Date: 2001-06-12 17:03:04
Message-ID: 3B264B48.E684CC36@akio-solutions.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Paul Tomblin a écrit :
>
> Quoting Alex Pilosov (alex(at)pilosoft(dot)com):
> > While I think its a great idea for quality of DBD::Pg (Edmund, with all
> > due respect, does not scale :), it needs to be agreed with Edmund
> > first, and CPAN releases of DBD::Pg should continue, based on snapshots
> > from postgresql canonic source. Preferably these releases should be once
> > every few month (i.e. not necessarily coincided with postgres core
> > releases).
>
> I don't see why that should be a problem. There are a lot of perl modules
> that are installed by RedHat, for instance, that could also be grabbed
> directly from CPAN if you felt like it. Bundle::CPAN, for one.
>
> Actually, I don't know what would happen if you upgraded a package using
> CPAN, and then upgraded the RPM. I suspect it would work just fine.
>

There is a problem with man pages:
on my system, rpms packages use bziped man pages,
cpan installs uncompressed man pages (standard make install)
I've noticed that uncompressed man pages have a higher priority ,
so, if you rpm over cpan, you will still use the cpan man page.

a turnover is to use perldoc, you will use the pod file that is common
to both systems

> But my point is that having a different distribution mechanism (ie making
> it part of the official distribution) as well as CPAN seems to work fine.
>
> --
> Paul Tomblin <ptomblin(at)xcski(dot)com>, not speaking for anybody
> Programmer (n): One who makes the lies the salesman told come true.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-06-12 17:16:48 Re: total newbie question
Previous Message Stephan Szabo 2001-06-12 16:56:04 Re: total newbie question