Re: Removing Context Messages
От | Fernando Hevia |
---|---|
Тема | Re: Removing Context Messages |
Дата | |
Msg-id | b9e2597c0804081019q5c5836ddk7f69e1a826374638@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Removing Context Messages (Erwin Brandstetter <brsaweda@gmail.com>) |
Список | pgadmin-support |
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d"><br /></div>Regardless of your request about silencing context messages(did not<br /> look into that): maybe SQL along these lines would do the job for you?<br /><br /> select id_cliente,array_to_string(ARRAY(SELECT apellido from clientes<br /> c0 WHERE c0.id_cliente = c.id_cliente), E'\n')<br />from clientes c<br /> group by id_cliente<br /><br /><br /></blockquote></div><br />The functions where provided only asan example to reproduce the messages. Please disregard what they do. The actual functions on which I am working are muchmore complex and following the log output becomes quite cumbersome with those context messages.<br />
В списке pgadmin-support по дате отправления: