Re: installing uuid generators

From: Jorge Godoy <jgodoy(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Rob Sargent <robjsargent(at)gmail(dot)com>, Richard Huxton <dev(at)archonet(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: installing uuid generators
Date: 2010-03-16 23:42:31
Message-ID: 175c742d1003161642n1169b767g3400f4d91c6fd2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Perl and Python are external packages, not part of the main package.

Here's the list:

S | Name | Summary
| Type
--+----------------------------------------+-------------------------------------------------------------------------+-----------
i | postgresql | Basic Clients and Utilities for
PostgreSQL | package
| postgresql | Basic Clients and Utilities for
PostgreSQL | srcpackage
i | postgresql | postgresql security update
| patch
i | postgresql-contrib | Contributed Extensions and
Additions to PostgreSQL | package
i | postgresql-devel | PostgreSQL development header
files and libraries | package
i | postgresql-docs | HTML Documentation for
PostgreSQL | package
| postgresql-ip4r | IPv4 and IPv4 range index types
for PostgreSQL | srcpackage
| postgresql-ip4r | IPv4 and IPv4 range index types
for PostgreSQL | package
| postgresql-jdbc | JDBC Drivers for PostgreSQL
| package
| postgresql-jdbc | JDBC Drivers for PostgreSQL
| srcpackage
i | postgresql-libs | Shared Libraries Required for
PostgreSQL Clients | package
| postgresql-libs-32bit | Shared Libraries Required for
PostgreSQL Clients | package
| postgresql-pl | The PL/Tcl, PL/Perl, and
PL/Python Procedural Languages for PostgreSQL | srcpackage
| postgresql-plperl | The PL/Tcl, PL/Perl, and
PL/Python procedural languages for PostgreSQL | package
i | postgresql-plpython | The PL/Python Procedural
Languages for PostgreSQL | package
| postgresql-pltcl | PL/Tcl Procedural Language for
PostgreSQL | package
i | postgresql-server | The Programs Needed to Create
and Run a PostgreSQL Server | package
| python-storm-postgresql | PostgreSQL backend for
python-storm | package

And no, uuid-ossp isn't there.

--
Jorge Godoy <jgodoy(at)gmail(dot)com>

On Tue, Mar 16, 2010 at 20:29, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Rob Sargent <robjsargent(at)gmail(dot)com> 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'
> > '--disable-rpath' '--enable-nls' '--enable-thread-safety'
> > '--enable-integer-datetimes' '--without-python' '--without-perl'
> > '--without-tcl' '--with-openssl' '--with-pam' '--with-krb5'
> > '--with-gssapi' '--with-ldap' '--with-libxml' '--with-libxslt'
> > '--with-system-tzdata=/usr/share/zoneinfo' 'CFLAGS=-fmessage-length=0
> > -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables
> > -fasynchronous-unwind-tables -g '
>
> --without-perl? --without-python? What are these people thinking?
> (Personally I don't like --without-tcl either, but I know not so
> many people care about that one anymore.)
>
> File an RFE, or find a more clueful distro.
>
> regards, tom lane
>
> --
> Sent via pgsql-sql mailing list (pgsql-sql(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-sql
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Arnab Ghosh 2010-03-17 06:59:24 Postgresql format for ISO8601
Previous Message Tom Lane 2010-03-16 23:29:12 Re: installing uuid generators