Re: [SQL] createlang plpgsql failing on redhatlinux7.2

2003-09-13 Thread Robert Treat
On Friday 12 September 2003 12:18, Richard Huxton wrote: > On Friday 12 September 2003 16:49, Robert Treat wrote: > > rather do an rpm -qa | grep post to see if postgresql-pl-7.3.4-2PGDG is > > installed, it is the rpm for procedural languages in 7.3.* and didn't > > exist in the 7.2.* rpmset. > >

Re: [SQL] createlang plpgsql failing on redhatlinux7.2

2003-09-12 Thread Richard Huxton
On Friday 12 September 2003 16:49, Robert Treat wrote: > rather do an rpm -qa | grep post to see if postgresql-pl-7.3.4-2PGDG is > installed, it is the rpm for procedural languages in 7.3.* and didn't > exist in the 7.2.* rpmset. Ah, but the .so isn't in the -pl RPM (I'm guessing plpgsql is consid

Re: [SQL] createlang plpgsql failing on redhatlinux7.2

2003-09-12 Thread Robert Treat
rather do an rpm -qa | grep post to see if postgresql-pl-7.3.4-2PGDG is installed, it is the rpm for procedural languages in 7.3.* and didn't exist in the 7.2.* rpmset. Robert Treat On Fri, 2003-09-12 at 10:12, Richard Huxton wrote: > Please don't post html-only messages to the list, it makes q

Re: [SQL] createlang plpgsql failing on redhatlinux7.2

2003-09-12 Thread Richard Huxton
Please don't post html-only messages to the list, it makes quoting hard... On Friday 12 September 2003 14:49, vijaykumar M wrote: > We have a machine with  RedhatLinix 7.2, on top of this i upgraded > the postgresql7.3.3 version. After creating a database, i'm trying to > create a language for tha

[SQL] createlang plpgsql failing on redhatlinux7.2

2003-09-12 Thread vijaykumar M
Hi All, I'm getting some problem on "createlang plpgsql". with REDHATLINUX7.2 These are all my system configurations.. We have a machine with  RedhatLinix 7.2, on top of this i upgraded the postgresql7.3.3 version. After creating a database, i'm trying to create a language for that database by us