Yes, I believe so:
rpm -qa | grep -i postgresql
rh-postgresql-contrib-7.3.6-1_ts2.eduserv_1.rhel3
rh-postgresql-libs-7.3.6-1_ts2.eduserv_1.rhel3
rh-postgresql-tcl-7.3.6-1_ts2.eduserv_1.rhel3
rh-postgresql-devel-7.3.6-1_ts2.eduserv_1.rhel3
rh-postgresql-server-7.3.6-1_ts2.eduserv_1.rhel3
rh-postgresql-7.3.6-1_ts2.eduserv_1.rhel3
rh-postgresql-python-7.3.6-1_ts2.eduserv_1.rhel3
rh-postgresql-pl-7.3.6-1_ts2.eduserv_1.rhel3
Any other suggestions?
Cheers
Mike
-----Original Message-----
From: pgsql-admin-owner@postgresql.org
[mailto:pgsql-admin-owner@postgresql.org] On Behalf Of Tom Lane
Sent: 09 August 2004 17:31
To: Mike Bell
Cc: pgsql-admin@postgresql.org
Subject: Re: [ADMIN] Update from 7.3.3 to 7.3.6
"Mike Bell" <mike.bell@hashdefine.co.uk> writes:
> It appears that the tcl support is there. However, the lib now appears
> to be called:
> ./usr/lib/libpgtcl.so
> Is this the same?
No, it's not the same at all. That is a client-side library.
[ digs in RPM specfile ... ] Oh, I misspoke. It looks like pltcl lives
in the postgresql-pl RPM. Did you install that one?
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend