Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

RHEL

0 views
Skip to first unread message

Darryl W. DeLao Jr

unread,
Nov 11, 2003, 9:56:29 AM11/11/03
to

Im currently on red hat 7.3 running postgres.  Everything is running fine.  Obviously, Im going to have to upgrade to RHEL 3 in order to receive updates, etc.  Does anyone know of any problems with postgres running on RHEL 2.1 or RHEL 3?

 

Thanks,

Darryl

 

Richard Huxton

unread,
Nov 11, 2003, 10:36:51 AM11/11/03
to

Since RedHat repackage and sell PG along with some visual tools, and they
employ one of the core developers, I would be very surprised if there were
issues.

--
Richard Huxton
Archonet Ltd

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majo...@postgresql.org)

Joshua D. Drake

unread,
Nov 11, 2003, 11:36:01 AM11/11/03
to
Darryl W. DeLao Jr wrote:

> -->

Hello,

It will work fine. However, if you do not wish to ride the license
bandwagon of RedHat there are a couple of things to remember:

1. All updates for RHEL are made avaialable for free as src rpm's. If
you understand rpm-build (or can) it is very easy to keep
your box updated.

2. Fedora will maintain updates as well... and the above applies to
Fedora as well.

It really just depends on your needs.

Sincerely,

Joshua Drake

> Thanks,
>
> Darryl
>
>
>


--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-222-2783 - j...@commandprompt.com - http://www.commandprompt.com
Editor-N-Chief - PostgreSQl.Org - http://www.postgresql.org

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majo...@postgresql.org so that your
message can get through to the mailing list cleanly

Adam Haberlach

unread,
Nov 11, 2003, 6:03:21 PM11/11/03
to

I was, a few minutes ago, stunned to discover that as far as I can
tell, the postgres server is not part of Red Hat Server ES (I'm not sure
if it is in Advanced Server). They have the clients and dev libs,
but I don't see any hint of a server.

(If I'm wrong, I'd love to be corrected)

On that note, does anyone have suggestions for which version of
the server I should run? I see that there are seperate binary RPMS
for different Linux versions, but nothing for version 3 -- should I
spend some time doing a full install, building, and contributing
one, or is this not necessary?

--
Adam Haberlach | "We spent the 90's all trying to figure out
ad...@mediariffic.com | how to get email and the 00's trying to
http://mediariffic.com | figure out how to not get email."
| -- Joe Gross

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Rich Shepard

unread,
Nov 11, 2003, 7:03:44 PM11/11/03
to
On Tue, 11 Nov 2003, Adam Haberlach wrote:

> On that note, does anyone have suggestions for which version of the
> server I should run? I see that there are seperate binary RPMS for
> different Linux versions, but nothing for version 3 -- should I spend some
> time doing a full install, building, and contributing one, or is this not
> necessary?

Adam,

While I still have a couple of Red Hat 7.3 boxes, I'm migrating to
Slackware. I have found that I have much better results by building
PostgreSQL from source than installing from rpms. It doesn't take much time
and it has always worked for me, faster and with less hassle than trying to
upgrade via the packages.

That said, I also use checkinstall (rather than 'make install') and build
the package (your choice of Slackware, Red Hat or Debian) from the source
tarball. Consider trying that.

Rich

Dr. Richard B. Shepard, President

Applied Ecosystem Services, Inc. (TM)
2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
+ 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | rshepard@appl-ecosys.com
http://www.appl-ecosys.com/

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Adam Haberlach

unread,
Nov 11, 2003, 7:07:57 PM11/11/03
to
On Tue, Nov 11, 2003 at 04:03:44PM -0800, Rich Shepard wrote:
> On Tue, 11 Nov 2003, Adam Haberlach wrote:
>
> > On that note, does anyone have suggestions for which version of the
> > server I should run? I see that there are seperate binary RPMS for
> > different Linux versions, but nothing for version 3 -- should I spend some
> > time doing a full install, building, and contributing one, or is this not
> > necessary?
>
> Adam,
>
> While I still have a couple of Red Hat 7.3 boxes, I'm migrating to
> Slackware. I have found that I have much better results by building
> PostgreSQL from source than installing from rpms. It doesn't take much time
> and it has always worked for me, faster and with less hassle than trying to
> upgrade via the packages.

Well, we've got 50 or so customer boxes that we need to upgrade, so we
need the package management. I used to build my own from source, too,
and still do on my Solaris box, but I like being able to add and remove
things reliable. But to each their own.

--
Adam Haberlach | "We spent the 90's all trying to figure out
ad...@mediariffic.com | how to get email and the 00's trying to
http://mediariffic.com | figure out how to not get email."
| -- Joe Gross

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Joshua D. Drake

unread,
Nov 11, 2003, 9:08:59 PM11/11/03
to

> Well, we've got 50 or so customer boxes that we need to upgrade, so we
>need the package management. I used to build my own from source, too,
>and still do on my Solaris box, but I like being able to add and remove
>things reliable. But to each their own.
>
>
>
apt and fedora.


'


--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-222-2783 - j...@commandprompt.com - http://www.commandprompt.com
Editor-N-Chief - PostgreSQl.Org - http://www.postgresql.org

---------------------------(end of broadcast)---------------------------

Tom Lane

unread,
Nov 11, 2003, 11:57:43 PM11/11/03
to
Adam Haberlach <ad...@newsnipple.com> writes:
> I was, a few minutes ago, stunned to discover that as far as I can
> tell, the postgres server is not part of Red Hat Server ES

Feel free to let Red Hat know that you're unhappy about this.

(Not totally unbiased here ... I'm getting *very* tired about RH's
internal indecision about their extent of commitment to Postgres.
I think frequent whacks-upside-the-head from paying customers may
be the only way to get upper management to sit up and take notice.)

regards, tom lane

Guy Fraser

unread,
Nov 12, 2003, 1:13:03 PM11/12/03
to
Thanx for the update.

I almost bought RHEL WS on RH's advice, claiming that bind, dhcp and
wine were
the only packages I needed to build myself.

I downloaded and installed fedora on yesterday, and it has PG 7.3.4
server, and everything
else I need except wine. I will investigate what will be required for me
to provide wine for
fedora. I need it for my workstations at home and at work, so I can run
FileMaker Pro.

I have heard a lot of good things about gentoo, but have not checked it
out yet. At work
we have moved all our servers to FreeBSD, I am testing FreeBSD 4.9 now,
and it has
7.3.4 in the ports now as well.

PgAdmin III is now in the ports tree on FreeBSD as well, I have just
built and installed
it.

Good luck with RH

Tom Lane wrote:


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Paul Thomas

unread,
Nov 12, 2003, 2:44:34 PM11/12/03
to

On 12/11/2003 18:13 Guy Fraser wrote:
> Thanx for the update.
>
> I almost bought RHEL WS on RH's advice, claiming that bind, dhcp and
> wine were
> the only packages I needed to build myself.
>
> I downloaded and installed fedora on yesterday, and it has PG 7.3.4
> server, and everything
> else I need except wine. I will investigate what will be required for me
> to provide wine for
> fedora. I need it for my workstations at home and at work, so I can run
> FileMaker Pro.

According to posts on the Fedora mailing list, the RH9 wine rpm from
Sourceforge works ok on fedora.

HTH

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for the Smaller
Business |
| Computer Consultants |
http://www.thomas-micro-systems-ltd.co.uk |
+------------------------------+---------------------------------------------+

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Lamar Owen

unread,
Nov 12, 2003, 11:33:54 PM11/12/03
to
On Tuesday 11 November 2003 11:57 pm, Tom Lane wrote:
> Adam Haberlach <ad...@newsnipple.com> writes:
> > I was, a few minutes ago, stunned to discover that as far as I can
> > tell, the postgres server is not part of Red Hat Server ES

> Feel free to let Red Hat know that you're unhappy about this.

> (Not totally unbiased here ... I'm getting *very* tired about RH's
> internal indecision about their extent of commitment to Postgres.
> I think frequent whacks-upside-the-head from paying customers may
> be the only way to get upper management to sit up and take notice.)

The RHEL3 beta (taroon) had rh-postgresql-server built and included. Does
RHEL3 not include this package?
--
Lamar Owen
Director of Information Technology
Pisgah Astronomical Research Institute
1 PARI Drive
Rosman, NC 28772
(828)862-5554
www.pari.edu

Craig O'Shannessy

unread,
Nov 12, 2003, 11:52:40 PM11/12/03
to
So, what ever happened to the "RedHat database"? I though RH was going to
be hiring core PostgreSQL developers? Anyone got a URL to explain what
happened to this venture? Sorry if I'm getting a little OT here.

Craig

On Wed, 12 Nov 2003, Lamar Owen wrote:

> On Tuesday 11 November 2003 11:57 pm, Tom Lane wrote:
> > Adam Haberlach <ad...@newsnipple.com> writes:
> > > I was, a few minutes ago, stunned to discover that as far as I can
> > > tell, the postgres server is not part of Red Hat Server ES
>
> > Feel free to let Red Hat know that you're unhappy about this.
>
> > (Not totally unbiased here ... I'm getting *very* tired about RH's
> > internal indecision about their extent of commitment to Postgres.
> > I think frequent whacks-upside-the-head from paying customers may
> > be the only way to get upper management to sit up and take notice.)
>
> The RHEL3 beta (taroon) had rh-postgresql-server built and included. Does
> RHEL3 not include this package?
>

Richard Huxton

unread,
Nov 13, 2003, 4:34:27 AM11/13/03
to
On Thursday 13 November 2003 04:52, Craig O'Shannessy wrote:
> So, what ever happened to the "RedHat database"? I though RH was going to
> be hiring core PostgreSQL developers? Anyone got a URL to explain what
> happened to this venture? Sorry if I'm getting a little OT here.

It exists, and they did hire. You get PG, some graphical utilities (java,
open-sourced) and some support for your money.

http://sources.redhat.com/rhdb/

--
Richard Huxton
Archonet Ltd

---------------------------(end of broadcast)---------------------------

Lamar Owen

unread,
Nov 13, 2003, 6:13:19 AM11/13/03
to
On Wednesday 12 November 2003 11:52 pm, Craig O'Shannessy wrote:
> So, what ever happened to the "RedHat database"? I though RH was going to
> be hiring core PostgreSQL developers? Anyone got a URL to explain what
> happened to this venture? Sorry if I'm getting a little OT here.

Tom Lane is in a better position to answer that, but I understand that things
have realigned somewhat. The package is known as 'rh-postgresql' and has
some 'enhancements' of some sort. The graphical tools are nice, and are open
source.

Tom Lane was indeed hired by Red Hat, and he is a core developer. The tenor
of his last message would seem to imply some friction there; I hope I'm just
misunderstanding.


--
Lamar Owen
Director of Information Technology
Pisgah Astronomical Research Institute
1 PARI Drive
Rosman, NC 28772
(828)862-5554
www.pari.edu


---------------------------(end of broadcast)---------------------------

Alvaro Herrera

unread,
Nov 13, 2003, 6:16:46 AM11/13/03
to
On Thu, Nov 13, 2003 at 09:34:27AM +0000, Richard Huxton wrote:
> On Thursday 13 November 2003 04:52, Craig O'Shannessy wrote:
> > So, what ever happened to the "RedHat database"? I though RH was going to
> > be hiring core PostgreSQL developers? Anyone got a URL to explain what
> > happened to this venture? Sorry if I'm getting a little OT here.
>
> It exists, and they did hire. You get PG, some graphical utilities (java,
> open-sourced) and some support for your money.

That means I could get Tom Lane to answer some question about Pg? Wow,
that's impressive.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Por suerte hoy explotó el califont porque si no me habría muerto
de aburrido" (Papelucho)

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majo...@postgresql.org

Richard Huxton

unread,
Nov 13, 2003, 6:50:09 AM11/13/03
to
On Thursday 13 November 2003 11:16, Alvaro Herrera wrote:
> On Thu, Nov 13, 2003 at 09:34:27AM +0000, Richard Huxton wrote:
> > On Thursday 13 November 2003 04:52, Craig O'Shannessy wrote:
> > > So, what ever happened to the "RedHat database"? I though RH was going
> > > to be hiring core PostgreSQL developers? Anyone got a URL to explain
> > > what happened to this venture? Sorry if I'm getting a little OT here.
> >
> > It exists, and they did hire. You get PG, some graphical utilities (java,
> > open-sourced) and some support for your money.
>
> That means I could get Tom Lane to answer some question about Pg? Wow,
> that's impressive.

We are somewhat spoilt in the PG community as regards prompt attention from
the core developers (and Tom in particular).

On the other hand, if I was paying for support, I can't think of anyone else
I'd rather get a response from.

--
Richard Huxton
Archonet Ltd

---------------------------(end of broadcast)---------------------------

Tom Lane

unread,
Nov 13, 2003, 10:08:10 AM11/13/03
to
Lamar Owen <lo...@pari.edu> writes:
> The RHEL3 beta (taroon) had rh-postgresql-server built and included. Does
> RHEL3 not include this package?

I have not actually installed RHEL3 to check, but my understanding is
that it's not there. There was a last-minute decision taken to pull
PG and MySQL from the base distribution with the intent of packaging
them as a separate "layered product". Latest word is that that plan
is off again, leaving us (RH) with no open-source database support
and lots of egg on our faces. So yeah, I'm a bit annoyed. I suppose
some RHEL3 packages will emerge from the mess eventually, but I don't
know exactly how or when.

I think it's important for the powers-that-be to realize that they are
not messing around with unimportant software that no one uses. Thus
my encouragement to people to send in complaints.

regards, tom lane

---------------------------(end of broadcast)---------------------------

Bruce Momjian

unread,
Nov 13, 2003, 9:58:33 AM11/13/03
to
Richard Huxton wrote:
> On Thursday 13 November 2003 11:16, Alvaro Herrera wrote:
> > On Thu, Nov 13, 2003 at 09:34:27AM +0000, Richard Huxton wrote:
> > > On Thursday 13 November 2003 04:52, Craig O'Shannessy wrote:
> > > > So, what ever happened to the "RedHat database"? I though RH was going
> > > > to be hiring core PostgreSQL developers? Anyone got a URL to explain
> > > > what happened to this venture? Sorry if I'm getting a little OT here.
> > >
> > > It exists, and they did hire. You get PG, some graphical utilities (java,
> > > open-sourced) and some support for your money.
> >
> > That means I could get Tom Lane to answer some question about Pg? Wow,
> > that's impressive.
>
> We are somewhat spoilt in the PG community as regards prompt attention from
> the core developers (and Tom in particular).
>
> On the other hand, if I was paying for support, I can't think of anyone else
> I'd rather get a response from.

Commercial support is good when you have a tough problem that requires
lots of digging, and the support guys will do the digging for you.

--
Bruce Momjian | http://candle.pha.pa.us
pg...@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Bjørn T Johansen

unread,
Nov 13, 2003, 1:47:17 PM11/13/03
to
Just a question... Are there any reasons not to just take the source and
compile it under RHEL 3.0? Or am I missing something?
(We are about to install 3.0, so I would really like to know..)


BTJ

Rick Gigger

unread,
Nov 13, 2003, 2:25:39 PM11/13/03
to
Can I get a support contract directly from the developers instead of going
through redhat?

Rick Gigger

unread,
Nov 13, 2003, 2:32:53 PM11/13/03
to
Does anyone have any experience with postgres on fedora?

Bruce Momjian

unread,
Nov 13, 2003, 2:42:24 PM11/13/03
to
Rick Gigger wrote:
> Can I get a support contract directly from the developers instead of going
> through redhat?

I don't think you can contract a Red Hat-employed developer directly,
but there are other PostgreSQL support companies around.

--
Bruce Momjian | http://candle.pha.pa.us
pg...@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------

Peter Eisentraut

unread,
Nov 13, 2003, 2:45:24 PM11/13/03
to
Bjørn T Johansen writes:

> Just a question... Are there any reasons not to just take the source and
> compile it under RHEL 3.0? Or am I missing something?

Yes, all the advantages that a package system gives you.

--
Peter Eisentraut pet...@gmx.net

Peter Eisentraut

unread,
Nov 13, 2003, 2:46:53 PM11/13/03
to
Rick Gigger writes:

> Can I get a support contract directly from the developers instead of going
> through redhat?

You are welcome to seek support on the user mailing lists of PostgreSQL.
If you need something more binding, there are many companies that offer
commercial support, independent of the operating system you use.

--
Peter Eisentraut pet...@gmx.net


---------------------------(end of broadcast)---------------------------

Bjørn T Johansen

unread,
Nov 13, 2003, 2:49:03 PM11/13/03
to
Well, I have never seen any advantages in a package system... :)
As a developer, I like having full control of what I compile....


BTJ

On Thu, 2003-11-13 at 20:45, Peter Eisentraut wrote:
> Bjørn T Johansen writes:
>
> > Just a question... Are there any reasons not to just take the source and
> > compile it under RHEL 3.0? Or am I missing something?
>
> Yes, all the advantages that a package system gives you.

Mark Kirkwood

unread,
Nov 13, 2003, 2:56:59 PM11/13/03
to
Bjørn T Johansen wrote:

>Just a question... Are there any reasons not to just take the source and
>compile it under RHEL 3.0? Or am I missing something?
>(We are about to install 3.0, so I would really like to know..)
>
>
>

In fact there are some reasons *to* do this :

- compiler optimizations specific for your platform
- add or remove configurable options from the build

Ps : and in principle, the whole *point* of having an open source
product is the freedom to get the source and build it yourself :-)

Just 2c

Mark

scott.marlowe

unread,
Nov 13, 2003, 3:18:36 PM11/13/03
to
but with source packages that's exactly what you get. Download source
RPM, configure things like CFLAGS, build your package, and you've got
exactly what you want in a very portable format.

I'm a build it from tar.bz kinda guy too, but sometimes you need packages
to make TPTB happy, or to keep from having to compile the database on 20
different machines.

On Thu, 13 Nov 2003, Bjørn T Johansen wrote:

> Well, I have never seen any advantages in a package system... :)
> As a developer, I like having full control of what I compile....
>
>
> BTJ
>
> On Thu, 2003-11-13 at 20:45, Peter Eisentraut wrote:
> > Bjørn T Johansen writes:
> >
> > > Just a question... Are there any reasons not to just take the source and
> > > compile it under RHEL 3.0? Or am I missing something?
> >
> > Yes, all the advantages that a package system gives you.


---------------------------(end of broadcast)---------------------------

Shridhar Daithankar

unread,
Nov 14, 2003, 1:14:13 AM11/14/03
to
On Friday 14 November 2003 01:19, Bjørn T Johansen wrote:
> Well, I have never seen any advantages in a package system... :)
> As a developer, I like having full control of what I compile....
>
>
> BTJ
>
> On Thu, 2003-11-13 at 20:45, Peter Eisentraut wrote:
> > Bjørn T Johansen writes:
> > > Just a question... Are there any reasons not to just take the source
> > > and compile it under RHEL 3.0? Or am I missing something?
> >
> > Yes, all the advantages that a package system gives you.

Use checkinstall. Best of both worlds. It is still short of a well built
package but in general far better than just a source compile..

Shridhar

Paul Thomas

unread,
Nov 14, 2003, 4:05:40 AM11/14/03
to

On 13/11/2003 19:32 Rick Gigger wrote:
> Does anyone have any experience with postgres on fedora?

Fedora ships with 7.3.4. I've got it running nicely on a laptop.

HTH

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for the Smaller
Business |
| Computer Consultants |
http://www.thomas-micro-systems-ltd.co.uk |
+------------------------------+---------------------------------------------+

---------------------------(end of broadcast)---------------------------

0 new messages