RE: [SQL] Question about arrays

From: "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com>
To: David Ouellet <David(dot)Ouellet(at)drev(dot)dnd(dot)ca>, pgsql-sql(at)postgreSQL(dot)org
Subject: RE: [SQL] Question about arrays
Date: 1999-08-09 20:25:32
Message-ID: D05EF808F2DFD211AE4A00105AA1B5D2431D7C@cpsmail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Check contrib/array in the distribution.

> -----Original Message-----
> From: David Ouellet [SMTP:David(dot)Ouellet(at)drev(dot)dnd(dot)ca]
> Sent: Monday, August 09, 1999 1:19 PM
> To: pgsql-sql(at)postgreSQL(dot)org
> Subject: [SQL] Question about arrays
>
> Hi,
> Is there an operator to test if a value is contained into an array?
>
> What I'm trying to do is create a function to check is a certain user
> belongs to a certain group.
> I want to check is the userid is contained in the pg_grouip.grolist
> array.
>
> How would I do that?
>
> Thanks in advance
> David Ouellet
>
>

Browse pgsql-sql by date

  From Date Subject
Next Message Paul Mamin 1999-08-10 05:35:11 Postres falls down on "having"
Previous Message David Ouellet 1999-08-09 18:18:45 Question about arrays