Re: search for groups with a user

From: Martín Marqués <martin(at)bugs(dot)unl(dot)edu(dot)ar>
To: george young <gry(at)ll(dot)mit(dot)edu>, pgsql-sql(at)postgresql(dot)org
Subject: Re: search for groups with a user
Date: 2001-05-18 13:26:07
Message-ID: 01051816260701.00878@bugs
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Vie 18 May 2001 18:35, george young wrote:
> On Wed, 16 May 2001 11:49:40 +0300
>
> Martín Marqués <martin(at)bugs(dot)unl(dot)edu(dot)ar> wrote:
> > I have to search for which groups a certain user is in. I found out that
> > the field grolist is of type INT[] (array of integers with reference to
> > the uids). To search through the array I need a module which is in
> > contrib/array, which I found, but how do I use it? What do I have to do
> > to be able to do searches on arrays in the WHERE clause?
>
> In postgresq-7.0.3, I did:
>
> cd contrib/array
> make
> make install

This didn't work, but I got it to work, compiling by hand (gcc and ld).

Until I found it in the docs.... :-)

Saludos... :-)

--
Cualquier administra un NT.
Ese es el problema, que cualquier administre.
-----------------------------------------------------------------
Martin Marques | mmarques(at)unl(dot)edu(dot)ar
Programador, Administrador | Centro de Telematica
Universidad Nacional
del Litoral
-----------------------------------------------------------------

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Jan Wieck 2001-05-18 13:37:00 Re: ON UPDATE CASCADE overhead?
Previous Message Justin Clift 2001-05-18 09:47:08 Re: has anyone tried running in MAC OS X