Re: [SQL] installing uuid generators

2010-03-16 Thread Jorge Godoy
Perl and Python are external packages, not part of the main package. Here's the list: S | Name | Summary | Type --++---

Re: [SQL] installing uuid generators

2010-03-16 Thread Tom Lane
Rob Sargent writes: > As Tom suspected the SUSE build doesn't name ossp stuff, to wit: > CONFIGURE = '--prefix=/usr' '--libdir=/usr/lib64' '--bindir=/usr/bin' > '--includedir=/usr/include/pgsql' '--datadir=/usr/share/postgresql' > '--mandir=/usr/share/man' '--docdir=/usr/share/doc/packages' > '--

Re: [SQL] installing uuid generators

2010-03-16 Thread Rob Sargent
On 03/16/2010 02:26 PM, Tom Lane wrote: > Richard Huxton writes: >> On 16/03/10 18:08, Rob Sargent wrote: >>> I'm still left worried about the correct procedure for getting uuid-oosp >>> installed properly on SUSE 11. Does the server release's contrib >>> contain uuid-ossp? I didn't see it on

Re: [SQL] installing uuid generators

2010-03-16 Thread Tom Lane
Richard Huxton writes: > On 16/03/10 18:08, Rob Sargent wrote: >> I'm still left worried about the correct procedure for getting uuid-oosp >> installed properly on SUSE 11. Does the server release's contrib >> contain uuid-ossp? I didn't see it on my desktop release. (I don't >> want to have to

Re: [SQL] installing uuid generators

2010-03-16 Thread Richard Huxton
On 16/03/10 18:08, Rob Sargent wrote: I'm still left worried about the correct procedure for getting uuid-oosp installed properly on SUSE 11. Does the server release's contrib contain uuid-ossp? I didn't see it on my desktop release. (I don't want to have to tell my mates to go through the iss

Re: [SQL] installing uuid generators

2010-03-16 Thread Rob Sargent
On 03/16/2010 03:20 AM, Richard Huxton wrote: > On 15/03/10 23:58, Rob Sargent wrote: >> Stop me if you've heard this one before :) >> >> Given that pg_config --libdir yields "/usr/lib64" >> to where/what would you expect >> >>"AS '$libdir/uuid-ossp', 'uuid_generate_v5'" >> >> to resolve? >>

Re: [SQL] installing uuid generators

2010-03-16 Thread Richard Huxton
On 15/03/10 23:58, Rob Sargent wrote: Stop me if you've heard this one before :) Given that pg_config --libdir yields "/usr/lib64" to where/what would you expect "AS '$libdir/uuid-ossp', 'uuid_generate_v5'" to resolve? The loader script, ~/tools/postgresql-8.4.2/contrib/uuid-ossp/uuid-ossp

[SQL] installing uuid generators

2010-03-15 Thread Rob Sargent
Stop me if you've heard this one before :) Given that pg_config --libdir yields "/usr/lib64" to where/what would you expect "AS '$libdir/uuid-ossp', 'uuid_generate_v5'" to resolve? The loader script, ~/tools/postgresql-8.4.2/contrib/uuid-ossp/uuid-ossp.sql, generates "tools/postgresql-8.4.2/