| From: | "Fernando Hevia" <fhevia(at)gmail(dot)com> |
|---|---|
| To: | "Erwin Brandstetter" <brsaweda(at)gmail(dot)com> |
| Cc: | pgadmin-support(at)postgresql(dot)org |
| Subject: | Re: Removing Context Messages |
| Date: | 2008-04-08 17:19:31 |
| Message-ID: | b9e2597c0804081019q5c5836ddk7f69e1a826374638@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-support |
>
>
> Regardless of your request about silencing context messages (did not
> look into that): maybe SQL along these lines would do the job for you?
>
> select id_cliente, array_to_string(ARRAY(SELECT apellido from clientes
> c0 WHERE c0.id_cliente = c.id_cliente), E'\n')
> from clientes c
> group by id_cliente
>
>
>
The functions where provided only as an example to reproduce the messages.
Please disregard what they do. The actual functions on which I am working
are much more complex and following the log output becomes quite cumbersome
with those context messages.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Wheeler | 2008-04-09 00:23:06 | query result set displaying data types in output window.. |
| Previous Message | Erwin Brandstetter | 2008-04-08 16:51:40 | Re: Grant RULE removed in pg 8.2 |