select by groups - Mailing list pgsql-sql

From Martin Marques
Subject select by groups
Date
Msg-id 200403011920.20505.martin@bugs.unl.edu.ar
Whole thread Raw
Responses Re: select by groups  (Manuel Sugawara <masm@fciencias.unam.mx>)
List pgsql-sql
I have a table with names of people, email address, etc, and an identifier
that tells me which group they are in (could be a 1, 2, or 3 person group).
Is it posible to make a query that would give me the name of the persons of
each group in one row? Or do I have to do PL?

-- 19:15:01 up 97 days,  1:24,  4 users,  load average: 0.00, 0.07, 0.17
-----------------------------------------------------------------
Martín Marqués        | select 'mmarques' || '@' || 'unl.edu.ar'
Centro de Telematica  |  DBA, Programador, Administrador            Universidad Nacional                 del Litoral
-----------------------------------------------------------------



pgsql-sql by date:

Previous
From: Louie Kwan
Date:
Subject: SYSDATE in PostgreSQL !?
Next
From: Manuel Sugawara
Date:
Subject: Re: select by groups